Defined in: aa-sdk/core/src/errors/account.ts:8
This error is thrown when an account could not be found to execute a specific action. It extends the BaseError class.
new AccountNotFoundError(): AccountNotFoundError;Defined in: aa-sdk/core/src/errors/account.ts:15
Constructor for initializing an error message indicating that an account could not be found to execute the specified action.
Returns
AccountNotFoundError