Skip to main content
Version: 5.14.1

Class: GatewayError

Hierarchy​

Constructors​

constructor​

• new GatewayError(message, errorCode)

Parameters​

NameType
messagestring
errorCodestring

Overrides​

LibraryError.constructor

Defined in​

src/provider/errors.ts:40

Properties​

prepareStackTrace​

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

Type declaration​

â–¸ (err, stackTraces): any

Optional override for formatting stack traces

See

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

Parameters​
NameType
errError
stackTracesCallSite[]
Returns​

any

Inherited from​

LibraryError.prepareStackTrace

Defined in​

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


stackTraceLimit​

â–ª Static stackTraceLimit: number

Inherited from​

LibraryError.stackTraceLimit

Defined in​

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


errorCode​

• errorCode: string

Defined in​

src/provider/errors.ts:40


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

Methods​

captureStackTrace​

â–¸ Static 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:4