Skip to content

SignerError

Defined in: src/signer.ts:113

Error thrown when a signer returns a JSON-RPC error response or when a transport-level failure occurs.

  • Error

new SignerError(error, options?): SignerError

Defined in: src/signer.ts:119

JsonRpcError

ErrorOptions

SignerError

Error.constructor

optional cause?: unknown

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

Error.cause


code: number

Defined in: src/signer.ts:115

The JSON-RPC error code.


optional data?: unknown

Defined in: src/signer.ts:117

Optional additional error data from the signer.


message: string

Defined in: docs/node_modules/typescript/lib/lib.es5.d.ts:1075

Error.message


name: string

Defined in: docs/node_modules/typescript/lib/lib.es5.d.ts:1074

Error.name


optional stack?: string

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

Error.stack