Interface: IHttpError
Table of contents
Properties
Properties
code
• code: string
Defined in
remote/src/types/http-types.ts:42
message
• message: string
Defined in
remote/src/types/http-types.ts:43
status
• Optional status: number
Defined in
remote/src/types/http-types.ts:44
details
• Optional details: Record<string, string | number | boolean>