Parameters
- ...__namedParameters: WalletStandardErrorContext[TErrorCode] extends undefined
? [code: TErrorCode, errorOptions?: ErrorOptions]
: [
code: TErrorCode,
contextAndErrorOptions: WalletStandardErrorContext[TErrorCode] & (
undefined
| ErrorOptions
),
]