delphirtl • Docs
delphirtl / JSONRPCErrorException
ErrorJSONRPCErrornew JSONRPCErrorException(
message,code,data?):JSONRPCErrorException
• message: string
• code: number
• data?: any
Error.constructor
node_modules/json-rpc-2.0/dist/models.d.ts:37
code:
number
JSONRPCError.code
node_modules/json-rpc-2.0/dist/models.d.ts:35
optionaldata:any
JSONRPCError.data
node_modules/json-rpc-2.0/dist/models.d.ts:36
message:
string
JSONRPCError.message
Error.message
node_modules/typescript/lib/lib.es5.d.ts:1054
name:
string
Error.name
node_modules/typescript/lib/lib.es5.d.ts:1053
optionalstack:string
Error.stack
node_modules/typescript/lib/lib.es5.d.ts:1055
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
toObject():
JSONRPCError
JSONRPCError
node_modules/json-rpc-2.0/dist/models.d.ts:38
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