Defined in: packages/common/src/errors/AccountNotFoundError.ts:6
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: packages/common/src/errors/AccountNotFoundError.ts:13
Constructor for initializing an error message indicating that an account could not be found to execute the specified action.
Returns
AccountNotFoundError