web3-ronin-provider • Docs
web3-ronin-provider / EErrorCodeMessage
An error indicating the error code and message
Errornew EErrorCodeMessage(
errorCode,message):EErrorCodeMessage
• errorCode: number
• message: string
Error.constructor
src/web3-ronin-types-errors.ts:58
errorCode:
number
The error code
src/web3-ronin-types-errors.ts:57
message:
string
Error.message
node_modules/typescript/lib/lib.es5.d.ts:1077
name:
string
Error.name
node_modules/typescript/lib/lib.es5.d.ts:1076
optionalstack:string
Error.stack
node_modules/typescript/lib/lib.es5.d.ts:1078
staticoptionalprepareStackTrace: (err,stackTraces) =>any
Optional override for formatting stack traces
• err: Error
• stackTraces: CallSite[]
any
https://v8.dev/docs/stack-trace-api#customizing-stack-traces
Error.prepareStackTrace
node_modules/@types/node/globals.d.ts:143
staticstackTraceLimit:number
Error.stackTraceLimit
node_modules/@types/node/globals.d.ts:145
staticcaptureStackTrace(targetObject,constructorOpt?):void
Create .stack property on a target object
• targetObject: object
• constructorOpt?: Function
void
Error.captureStackTrace
node_modules/@types/node/globals.d.ts:136