Skip to main content
Version: Next

Class: HttpError

Hierarchy​

Constructors​

constructor​

• new HttpError(message, errorCode): HttpError

Parameters​

NameType
messagestring
errorCodenumber

Returns​

HttpError

Overrides​

LibraryError.constructor

Defined in​

src/provider/errors.ts:49

Properties​

prepareStackTrace​

â–ª Static Optional prepareStackTrace: (err: Error, stackTraces: CallSite[]) => any

Type declaration​

â–¸ (err, stackTraces): any

Optional override for formatting stack traces

Parameters​
NameType
errError
stackTracesCallSite[]
Returns​

any

See

https://v8.dev/docs/stack-trace-api#customizing-stack-traces

Inherited from​

LibraryError.prepareStackTrace

Defined in​

node_modules/@types/node/globals.d.ts:28


stackTraceLimit​

â–ª Static stackTraceLimit: number

Inherited from​

LibraryError.stackTraceLimit

Defined in​

node_modules/@types/node/globals.d.ts:30


errorCode​

• errorCode: number

Defined in​

src/provider/errors.ts:51


name​

• name: string

Inherited from​

LibraryError.name

Defined in​

src/provider/errors.ts:16


message​

• message: string

Inherited from​

LibraryError.message

Defined in​

www/node_modules/typescript/lib/lib.es5.d.ts:1055


stack​

• Optional stack: string

Inherited from​

LibraryError.stack

Defined in​

www/node_modules/typescript/lib/lib.es5.d.ts:1056


cause​

• Optional cause: unknown

Inherited from​

LibraryError.cause

Defined in​

www/node_modules/typescript/lib/lib.es2022.error.d.ts:24

Methods​

captureStackTrace​

â–¸ captureStackTrace(targetObject, constructorOpt?): void

Create .stack property on a target object

Parameters​

NameType
targetObjectobject
constructorOpt?Function

Returns​

void

Inherited from​

LibraryError.captureStackTrace

Defined in​

node_modules/@types/node/globals.d.ts:21