Class: EIP1193UnsupportedMethodError
Defined in: support/wallet-common/lib/errors/eip-1193-errors.ts:49
Error: 4200 Unsupported Method
Extends
Constructors
Constructor
new EIP1193UnsupportedMethodError(errObj?: EIP1193ErrorObject): EIP1193UnsupportedMethodError;Defined in: support/wallet-common/lib/errors/eip-1193-errors.ts:50
Parameters
errObj?
Returns
EIP1193UnsupportedMethodError
Overrides
GenericProviderRpcError.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?
Returns
void
Inherited from
GenericProviderRpcError.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?
Returns
void
Inherited from
GenericProviderRpcError.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
GenericProviderRpcError.isError
Properties
cause?
optional cause: unknown;Defined in: node_modules/typescript/lib/lib.es2022.error.d.ts:26
Inherited from
code
code: ProviderRpcErrorCode;Defined in: support/wallet-common/lib/errors/eip-1193-errors.ts:9
Inherited from
data?
optional data: unknown;Defined in: support/wallet-common/lib/errors/eip-1193-errors.ts:10
Inherited from
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
stack?
optional stack: string;Defined in: node_modules/typescript/lib/lib.es5.d.ts:1078
Inherited from
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
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/bun-types/globals.d.ts:867
The maximum number of stack frames to capture.