Interface: HttpError
Hierarchy
Error
↳
HttpError
Indexable
▪ [key: string
]: any
Properties
cause
• Optional
cause: unknown
Inherited from
Error.cause
Defined in
node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/lib/lib.es2022.error.d.ts:26
expose
• expose: boolean
Defined in
packages/core/types/src/commons.ts:23
headers
• Optional
headers: Object
Index signature
▪ [key: string
]: string
Defined in
packages/core/types/src/commons.ts:24
message
• message: string
Inherited from
Error.message
Defined in
node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/lib/lib.es5.d.ts:1054
name
• name: string
Inherited from
Error.name
Defined in
node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/lib/lib.es5.d.ts:1053
stack
• Optional
stack: string
Inherited from
Error.stack
Defined in
node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/lib/lib.es5.d.ts:1055
status
• status: number
Defined in
packages/core/types/src/commons.ts:21
statusCode
• statusCode: number