Skip to content

Class: EIP1193UserRejectedRequestError

Error: 4001 User Rejected Request

Extends

Constructors

new EIP1193UserRejectedRequestError()

new EIP1193UserRejectedRequestError(errObj?: EIP1193ErrorObject): EIP1193UserRejectedRequestError

Parameters

errObj?: EIP1193ErrorObject

Returns

EIP1193UserRejectedRequestError

Overrides

GenericProviderRpcError.constructor

Defined in

packages/sdk-shared/lib/errors/errors.ts:30

Methods

captureStackTrace()

captureStackTrace(targetObject, constructorOpt)

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

Create .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): void

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

GenericProviderRpcError.cause

Defined in

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


code

code: ProviderRpcErrorCode;

Inherited from

GenericProviderRpcError.code

Defined in

packages/sdk-shared/lib/errors/errors.ts:9


data?

optional data: unknown;

Inherited from

GenericProviderRpcError.data

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

GenericProviderRpcError.name

Defined in

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


stack?

optional stack: string;

Inherited from

GenericProviderRpcError.stack

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