Errors
AdminMismatchError
Extends
Constructors
new AdminMismatchError()
new AdminMismatchError(
message
,required
,used
?):AdminMismatchError
Parameters
Parameter | Type |
---|---|
message | string |
required | SignerDisplay |
used ? | SignerDisplay |
Returns
Overrides
Defined in
packages/client/wallets/smart-wallet/src/error/index.ts:15
Properties
Property | Modifier | Type | Description | Inherited from | Defined in |
---|---|---|---|---|---|
code | readonly | string | - | SmartWalletError .code | packages/client/base/dist/index.d.ts:658 |
details? | readonly | string | - | SmartWalletError .details | packages/client/base/dist/index.d.ts:659 |
message | public | string | - | SmartWalletError .message | node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es5.d.ts:1077 |
name | public | string | - | SmartWalletError .name | node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es5.d.ts:1076 |
required | readonly | SignerDisplay | - | - | packages/client/wallets/smart-wallet/src/error/index.ts:12 |
stack? | public | string | - | SmartWalletError .stack | node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es5.d.ts:1078 |
used? | readonly | SignerDisplay | - | - | packages/client/wallets/smart-wallet/src/error/index.ts:13 |
prepareStackTrace? | static | (err : Error , stackTraces : CallSite []) => any | Optional override for formatting stack traces See https://v8.dev/docs/stack-trace-api#customizing-stack-traces | SmartWalletError .prepareStackTrace | node_modules/.pnpm/@types+node@20.12.7/node_modules/@types/node/globals.d.ts:28 |
stackTraceLimit | static | number | - | SmartWalletError .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
SmartWalletError
.captureStackTrace
Defined in
node_modules/.pnpm/@types+node@20.12.7/node_modules/@types/node/globals.d.ts:21