Errors
AdminAlreadyUsedError
Extends
Constructors
new AdminAlreadyUsedError()
new AdminAlreadyUsedError():
AdminAlreadyUsedError
Returns
Overrides
Defined in
packages/client/wallets/smart-wallet/src/error/index.ts:88
Properties
Property | Modifier | Type | Default value | Description | Overrides | Inherited from | Defined in |
---|---|---|---|---|---|---|---|
code | readonly | "smart-wallet:config.admin-signer-already-used" | SmartWalletErrorCode.ADMIN_SIGNER_ALREADY_USED | - | ConfigError .code | - | packages/client/wallets/smart-wallet/src/error/index.ts:87 |
details? | readonly | string | undefined | - | - | ConfigError .details | packages/client/base/dist/index.d.ts:659 |
message | public | string | undefined | - | - | ConfigError .message | node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es5.d.ts:1077 |
name | public | string | undefined | - | - | ConfigError .name | node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es5.d.ts:1076 |
stack? | public | string | undefined | - | - | ConfigError .stack | node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es5.d.ts:1078 |
prepareStackTrace? | static | (err : Error , stackTraces : CallSite []) => any | undefined | Optional override for formatting stack traces See https://v8.dev/docs/stack-trace-api#customizing-stack-traces | - | ConfigError .prepareStackTrace | node_modules/.pnpm/@types+node@20.12.7/node_modules/@types/node/globals.d.ts:28 |
stackTraceLimit | static | number | undefined | - | - | ConfigError .stackTraceLimit | node_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
Parameter | Type |
---|---|
targetObject | object |
constructorOpt ? | Function |
Returns
void
Inherited from
Defined in
node_modules/.pnpm/@types+node@20.12.7/node_modules/@types/node/globals.d.ts:21