Extends

Constructors

new SmartWalletsNotEnabledError()

new SmartWalletsNotEnabledError(): SmartWalletsNotEnabledError

Returns

SmartWalletsNotEnabledError

Overrides

ConfigError.constructor

Defined in

packages/client/wallets/smart-wallet/src/error/index.ts:95

Properties

PropertyModifierTypeDefault valueDescriptionOverridesInherited fromDefined in
codereadonly"smart-wallet:not-enabled"SmartWalletErrorCode.SMART_WALLETS_NOT_ENABLED-ConfigError.code-packages/client/wallets/smart-wallet/src/error/index.ts:94
details?readonlystringundefined--ConfigError.detailspackages/client/base/dist/index.d.ts:659
messagepublicstringundefined--ConfigError.messagenode_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es5.d.ts:1077
namepublicstringundefined--ConfigError.namenode_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es5.d.ts:1076
stack?publicstringundefined--ConfigError.stacknode_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es5.d.ts:1078
prepareStackTrace?static(err: Error, stackTraces: CallSite[]) => anyundefinedOptional override for formatting stack traces See https://v8.dev/docs/stack-trace-api#customizing-stack-traces-ConfigError.prepareStackTracenode_modules/.pnpm/@types+node@20.12.7/node_modules/@types/node/globals.d.ts:28
stackTraceLimitstaticnumberundefined--ConfigError.stackTraceLimitnode_modules/.pnpm/@types+node@20.12.7/node_modules/@types/node/globals.d.ts:30

Methods

captureStackTrace()

static captureStackTrace(targetObject, constructorOpt?): void

Create .stack property on a target object

Parameters

ParameterType
targetObjectobject
constructorOpt?Function

Returns

void

Inherited from

ConfigError.captureStackTrace

Defined in

node_modules/.pnpm/@types+node@20.12.7/node_modules/@types/node/globals.d.ts:21