Class: GatewayError
Hierarchy​
↳
GatewayError
Constructors​
constructor​
• new GatewayError(message, errorCode): GatewayError
Parameters​
| Name | Type |
|---|---|
message | string |
errorCode | string |
Returns​
Overrides​
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​
LibraryError.prepareStackTrace
Defined in​
node_modules/@types/node/globals.d.ts:28
stackTraceLimit​
â–ª Static stackTraceLimit: number
Inherited from​
Defined in​
node_modules/@types/node/globals.d.ts:30
errorCode​
• errorCode: string
Defined in​
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​
LibraryError.captureStackTrace
Defined in​
node_modules/@types/node/globals.d.ts:21