Skip to main content
This page has been updated for Wallets SDK V1. If you are using the previous version, see the previous version docs or the V1 migration guide.
Defined in: packages/wallets/src/utils/errors.ts:100

Extends

  • CrossmintSDKError

Constructors

new QuorumSignerNotSupportedError()

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

Parameters

Returns

QuorumSignerNotSupportedError

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