Skip to main content
Defined in: packages/wallets/src/utils/errors.ts:107 Thrown for recovery configurations the SDK can reject before calling the API.

Extends

  • CrossmintSDKError

Constructors

new InvalidRecoveryConfigError()

new InvalidRecoveryConfigError(message, details?): InvalidRecoveryConfigError
Defined in: packages/wallets/src/utils/errors.ts:108

Parameters

Returns

InvalidRecoveryConfigError

Overrides

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

CrossmintSDKError.captureStackTrace