Class: EIP1193DisconnectedError
Defined in: support/wallet-common/lib/errors/errors.ts:68
Error: 4900 Provider Disconnected
Extends
Constructors
new EIP1193DisconnectedError()
new EIP1193DisconnectedError(errObj?: EIP1193ErrorObject): EIP1193DisconnectedErrorDefined in: support/wallet-common/lib/errors/errors.ts:69
Parameters
errObj?
Returns
Overrides
GenericProviderRpcError.constructor
Methods
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
GenericProviderRpcError.captureStackTrace
Call 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
GenericProviderRpcError.captureStackTrace
Properties
cause?
optional cause: unknown;Defined in: node_modules/typescript/lib/lib.es2022.error.d.ts:24
Inherited from
code
code: ProviderRpcErrorCode;Defined in: support/wallet-common/lib/errors/errors.ts:9
Inherited from
data?
optional data: unknown;Defined in: support/wallet-common/lib/errors/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/@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
GenericProviderRpcError.prepareStackTrace
stackTraceLimit
static stackTraceLimit: number;Defined in: node_modules/@types/node/globals.d.ts:145