Skip to content

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

Constructors

Constructor

new GenericProviderRpcError(errObj: EIP1193ErrorObject): GenericProviderRpcError;

Defined in: support/wallet-common/lib/errors/eip-1193-errors.ts:11

Parameters

errObj

EIP1193ErrorObject

Returns

GenericProviderRpcError

Overrides

Error.constructor

Methods

captureStackTrace()

Call Signature

static captureStackTrace(targetObject: object, constructorOpt?: Function): void;

Defined in: node_modules/bun-types/globals.d.ts:855

Create .stack property on a target object

Parameters
targetObject

object

constructorOpt?

Function

Returns

void

Inherited from
Error.captureStackTrace

Call Signature

static captureStackTrace(targetObject: object, constructorOpt?: Function): void;

Defined in: node_modules/@types/node/globals.d.ts:136

Create .stack property on a target object

Parameters
targetObject

object

constructorOpt?

Function

Returns

void

Inherited from
Error.captureStackTrace

isError()

static isError(value: unknown): value is Error;

Defined in: node_modules/bun-types/globals.d.ts:850

Parameters

value

unknown

Returns

value is Error

Inherited from

Error.isError

Properties

cause?

optional cause: unknown;

Defined in: node_modules/typescript/lib/lib.es2022.error.d.ts:26

Inherited from

Error.cause

code

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.message

name

name: string;

Defined in: node_modules/typescript/lib/lib.es5.d.ts:1076

Inherited from

Error.name

stack?

optional stack: string;

Defined in: node_modules/typescript/lib/lib.es5.d.ts:1078

Inherited from

Error.stack

prepareStackTrace()?

static optional prepareStackTrace: (err: Error, stackTraces: CallSite[]) => any;

Defined in: node_modules/bun-types/globals.d.ts:862

Optional override for formatting stack traces

Parameters

err

Error

stackTraces

CallSite[]

Returns

any

See

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

Inherited from

Error.prepareStackTrace

stackTraceLimit

static stackTraceLimit: number;

Defined in: node_modules/bun-types/globals.d.ts:867

The maximum number of stack frames to capture.

Inherited from

Error.stackTraceLimit