Skip to content
Alchemy Logo

AccountNotFoundError

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

Overrides

BaseError.constructor

PropertyTypeDefault value

name

string

"AccountNotFoundError"

version

string

VERSION

Was this page helpful?