Class: LibraryError
Hierarchy​
↳
LibraryError
↳↳
GatewayError
↳↳
HttpError
Constructors​
constructor​
• new LibraryError(message?
): LibraryError
Parameters​
Name | Type |
---|---|
message? | string |
Returns​
Inherited from​
Defined in​
Properties​
prepareStackTrace​
â–ª Static
Optional
prepareStackTrace: (err
: Error
, stackTraces
: CallSite
[]) => any
Type declaration​
â–¸ (err
, stackTraces
): any
Optional override for formatting stack traces
Parameters​
Name | Type |
---|---|
err | Error |
stackTraces | CallSite [] |
Returns​
any
See
https://v8.dev/docs/stack-trace-api#customizing-stack-traces
Inherited from​
Defined in​
node_modules/@types/node/globals.d.ts:74
stackTraceLimit​
â–ª Static
stackTraceLimit: number
Inherited from​
Defined in​
node_modules/@types/node/globals.d.ts:76
name​
• name: string
Inherited from​
Defined in​
message​
• message: string
Inherited from​
Defined in​
www/node_modules/typescript/lib/lib.es5.d.ts:1055
stack​
• Optional
stack: string
Inherited from​
Defined in​
www/node_modules/typescript/lib/lib.es5.d.ts:1056
cause​
• Optional
cause: unknown
Inherited from​
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​
Name | Type |
---|---|
targetObject | object |
constructorOpt? | Function |
Returns​
void
Inherited from​
Defined in​
node_modules/@types/node/globals.d.ts:67