Skip to content

SignerAgentError

Defined in: src/agent/agent.ts:74

Error thrown by SignerAgent when a signer returns an invalid response or certificate validation fails.

  • Error

new SignerAgentError(message?): SignerAgentError

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

string

SignerAgentError

Error.constructor

new SignerAgentError(message?, options?): SignerAgentError

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

string

ErrorOptions

SignerAgentError

Error.constructor

optional cause?: unknown

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

Error.cause


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