Class: GenericProviderRpcError
Defined in: support/wallet-common/lib/errors/eip-1193-errors.ts:8
General Purpose Provider RPC error. Can be instantiated from the deserialized ErrorObject
Extends
Extended by
EIP1193ChainDisconnectedErrorEIP1193ChainNotRecognizedErrorEIP1193DisconnectedErrorEIP1193UnauthorizedErrorEIP1193UnsupportedMethodErrorEIP1193UserRejectedRequestError
Constructors
new GenericProviderRpcError()
new GenericProviderRpcError(errObj: EIP1193ErrorObject): GenericProviderRpcErrorDefined in: support/wallet-common/lib/errors/eip-1193-errors.ts:11
Parameters
errObj
Returns
Overrides
Error.constructorMethods
captureStackTrace()
Call Signature
static captureStackTrace(targetObject: object, constructorOpt?: Function): voidDefined in: node_modules/@types/node/globals.d.ts:136
Create .stack property on a target object
Parameters
targetObject
object
constructorOpt?
Returns
void
Inherited from
Error.captureStackTraceCall Signature
static captureStackTrace(targetObject: object, constructorOpt?: Function): voidDefined in: node_modules/bun-types/globals.d.ts:1632
Create .stack property on a target object
Parameters
targetObject
object
constructorOpt?
Returns
void
Inherited from
Error.captureStackTraceProperties
cause?
optional cause: unknown;Defined in: node_modules/typescript/lib/lib.es2022.error.d.ts:24
Inherited from
Error.causecode
code: ProviderRpcErrorCode;Defined in: support/wallet-common/lib/errors/eip-1193-errors.ts:9
data?
optional data: unknown;Defined in: support/wallet-common/lib/errors/eip-1193-errors.ts:10
message
message: string;Defined in: node_modules/typescript/lib/lib.es5.d.ts:1077
Inherited from
Error.messagename
name: string;Defined in: node_modules/typescript/lib/lib.es5.d.ts:1076
Inherited from
Error.namestack?
optional stack: string;Defined in: node_modules/typescript/lib/lib.es5.d.ts:1078
Inherited from
Error.stackprepareStackTrace()?
static optional prepareStackTrace: (err: Error, stackTraces: CallSite[]) => any;Defined in: node_modules/@types/node/globals.d.ts:143
Optional override for formatting stack traces
Parameters
err
stackTraces
CallSite[]
Returns
any
See
https://v8.dev/docs/stack-trace-api#customizing-stack-traces
Inherited from
Error.prepareStackTracestackTraceLimit
static stackTraceLimit: number;Defined in: node_modules/@types/node/globals.d.ts:145
Inherited from
Error.stackTraceLimit