Class: EIP1193DisconnectedError
Error: 4900 Provider Disconnected
Extends
Constructors
new EIP1193DisconnectedError()
new EIP1193DisconnectedError(errObj?: EIP1193ErrorObject): EIP1193DisconnectedErrorParameters
• errObj?: EIP1193ErrorObject
Returns
Overrides
GenericProviderRpcError.constructor
Defined in
packages/sdk-shared/lib/errors/errors.ts:69
Methods
captureStackTrace()
captureStackTrace(targetObject, constructorOpt)
static captureStackTrace(targetObject: object, constructorOpt?: Function): voidCreate .stack property on a target object
Parameters
• targetObject: object
• constructorOpt?: Function
Returns
void
Inherited from
GenericProviderRpcError.captureStackTrace
Defined in
node_modules/@types/node/globals.d.ts:136
captureStackTrace(targetObject, constructorOpt)
static captureStackTrace(targetObject: object, constructorOpt?: Function): voidCreate .stack property on a target object
Parameters
• targetObject: object
• constructorOpt?: Function
Returns
void
Inherited from
GenericProviderRpcError.captureStackTrace
Defined in
node_modules/bun-types/globals.d.ts:1632
Properties
cause?
optional cause: unknown;Inherited from
Defined in
node_modules/typescript/lib/lib.es2022.error.d.ts:24
code
code: ProviderRpcErrorCode;Inherited from
Defined in
packages/sdk-shared/lib/errors/errors.ts:9
data?
optional data: unknown;Inherited from
Defined in
packages/sdk-shared/lib/errors/errors.ts:10
message
message: string;Inherited from
GenericProviderRpcError.message
Defined in
node_modules/typescript/lib/lib.es5.d.ts:1077
name
name: string;Inherited from
Defined in
node_modules/typescript/lib/lib.es5.d.ts:1076
stack?
optional stack: string;Inherited from
Defined in
node_modules/typescript/lib/lib.es5.d.ts:1078
prepareStackTrace()?
static optional prepareStackTrace: (err: Error, stackTraces: CallSite[]) => any;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
Defined in
node_modules/@types/node/globals.d.ts:143
stackTraceLimit
static stackTraceLimit: number;Inherited from
GenericProviderRpcError.stackTraceLimit
Defined in
node_modules/@types/node/globals.d.ts:145