Class: AgentStorageError
Defined in: errors.ts:4
Base error type for all SDK-specific failures.
Extends
Error
Extended by
TransientErrorRecoverableErrorConfigurationErrorWalletAssertionErrorLowBudgetCallbackErrorFatalError
Constructors
Constructor
new AgentStorageError(
message):AgentStorageError
Defined in: errors.ts:5
Parameters
message
string
Returns
AgentStorageError
Overrides
Error.constructor