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:84 Thrown when the browser does not support third-party storage partitioning, making it unsafe to store device-signer keys in IndexedDB. Consumers should either prompt the user to upgrade their browser or fall back to a non-device signer (e.g. recovery signer).

Extends

  • CrossmintSDKError

Constructors

new UnsupportedBrowserError()

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

Parameters

ParameterType
messagestring
details?string

Returns

UnsupportedBrowserError

Overrides

CrossmintSDKError.constructor

Properties

PropertyModifierTypeDescriptionInherited fromDefined in
codereadonlystring-CrossmintSDKError.codepackages/common/base/dist/error/index.d.ts:4
details?readonlystring-CrossmintSDKError.detailspackages/common/base/dist/error/index.d.ts:5
messagepublicstring-CrossmintSDKError.messagenode_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es5.d.ts:1077
namepublicstring-CrossmintSDKError.namenode_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es5.d.ts:1076
stack?publicstring-CrossmintSDKError.stacknode_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es5.d.ts:1078
prepareStackTrace?static(err: Error, stackTraces: CallSite[]) => anyOptional override for formatting stack traces See https://v8.dev/docs/stack-trace-api#customizing-stack-tracesCrossmintSDKError.prepareStackTracenode_modules/.pnpm/@types+node@20.14.8/node_modules/@types/node/globals.d.ts:28
stackTraceLimitstaticnumber-CrossmintSDKError.stackTraceLimitnode_modules/.pnpm/@types+node@20.14.8/node_modules/@types/node/globals.d.ts:30

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

ParameterType
targetObjectobject
constructorOpt?Function

Returns

void

Inherited from

CrossmintSDKError.captureStackTrace