yajsapi / Exports / executor / NoPaymentAccountError
executor.NoPaymentAccountError
Error
↳ NoPaymentAccountError
toString
new NoPaymentAccountError(required_driver
: any, required_network
: any): NoPaymentAccountError
Parameters:
Name | Type |
| any |
| any |
Returns: NoPaymentAccountError
Defined in: yajsapi/executor/index.ts:63
• message: string
Defined in: node_modules/typescript/lib/lib.es5.d.ts:974
• name: string
Defined in: node_modules/typescript/lib/lib.es5.d.ts:973
• required_driver: string
Defined in: yajsapi/executor/index.ts:61
• required_network: string
Defined in: yajsapi/executor/index.ts:63
• Optional
stack: undefined | string
Defined in: node_modules/typescript/lib/lib.es5.d.ts:975
▪ Optional
Static
prepareStackTrace: undefined | (err
: Error, stackTraces
: CallSite[]) => any
Optional override for formatting stack traces
see
https://github.com/v8/v8/wiki/Stack Trace API#customizing-stack-traces
Defined in: node_modules/@types/node/globals.d.ts:11
▪ Static
stackTraceLimit: number
Defined in: node_modules/@types/node/globals.d.ts:13
▸ toString(): string
Returns: string
Defined in: yajsapi/executor/index.ts:71
▸ Static
captureStackTrace(targetObject
: object, constructorOpt?
: Function): void
Create .stack property on a target object
Parameters:
Name | Type |
| object |
| Function |
Returns: void
Defined in: node_modules/@types/node/globals.d.ts:4