Skip to main content
Defined in: packages/wallets/src/signers/types.ts:75 Thrown when the signer frame was reloaded between starting and completing onboarding, so the in-memory onboarding state (and the OTP issued for it) is gone. A fresh OTP has already been requested when this is thrown; the caller should prompt the user to enter the new code.

Extends

  • Error

Constructors

new OnboardingSessionExpiredError()

new OnboardingSessionExpiredError(message): OnboardingSessionExpiredError
Defined in: packages/wallets/src/signers/types.ts:76

Parameters

Returns

OnboardingSessionExpiredError

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