HttpClientError overview
Added in v1.0.0
Table of contents
error
HttpClientError (type alias)
Signature
export type HttpClientError = RequestError | ResponseError
Added in v1.0.0
RequestError (class)
Signature
export declare class RequestError
Added in v1.0.0
ResponseError (class)
Signature
export declare class ResponseError
Added in v1.0.0
guards
isHttpClientError
Signature
export declare const isHttpClientError: (u: unknown) => u is HttpClientError
Added in v1.0.0
type id
TypeId
Signature
export declare const TypeId: typeof TypeId
Added in v1.0.0
TypeId (type alias)
Signature
export type TypeId = typeof TypeId
Added in v1.0.0