Skip to main content
Defined in: packages/wallets/src/signers/types.ts:54 Thrown when the signer backend rejects the request’s credentials (missing, empty or expired JWT). Distinct from OtpValidationError: the OTP flow never ran, the user must re-authenticate with the app first.

Extends

  • Error

Constructors

new SignerAuthenticationError()

new SignerAuthenticationError(message, code?): SignerAuthenticationError
Defined in: packages/wallets/src/signers/types.ts:57

Parameters

Returns

SignerAuthenticationError

Overrides

Error.constructor

Properties

Methods

captureStackTrace()

static captureStackTrace(targetObject, constructorOpt?): void
Defined in: node_modules/.pnpm/@types+node@20.14.8/node_modules/@types/node/globals.d.ts:21 Create .stack property on a target object

Parameters

Returns

void

Inherited from

Error.captureStackTrace