Skip to content

Class: EIP1193UnsupportedMethodError

Defined in: support/wallet-common/lib/errors/errors.ts:55

Error: 4200 Unsupported Method

Extends

Constructors

new EIP1193UnsupportedMethodError()

new EIP1193UnsupportedMethodError(errObj?: EIP1193ErrorObject): EIP1193UnsupportedMethodError

Defined in: support/wallet-common/lib/errors/errors.ts:56

Parameters

errObj?

EIP1193ErrorObject

Returns

EIP1193UnsupportedMethodError

Overrides

GenericProviderRpcError.constructor

Methods

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

GenericProviderRpcError.captureStackTrace

Call Signature

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

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

Create .stack property on a target object

Parameters
targetObject

object

constructorOpt?

Function

Returns

void

Inherited from

GenericProviderRpcError.captureStackTrace

Properties

cause?

optional cause: unknown;

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

Inherited from

GenericProviderRpcError.cause


code

code: ProviderRpcErrorCode;

Defined in: support/wallet-common/lib/errors/errors.ts:9

Inherited from

GenericProviderRpcError.code


data?

optional data: unknown;

Defined in: support/wallet-common/lib/errors/errors.ts:10

Inherited from

GenericProviderRpcError.data


message

message: string;

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

Inherited from

GenericProviderRpcError.message


name

name: string;

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

Inherited from

GenericProviderRpcError.name


stack?

optional stack: string;

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

Inherited from

GenericProviderRpcError.stack


prepareStackTrace()?

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

Error

stackTraces

CallSite[]

Returns

any

See

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

Inherited from

GenericProviderRpcError.prepareStackTrace


stackTraceLimit

static stackTraceLimit: number;

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

Inherited from

GenericProviderRpcError.stackTraceLimit