Skip to content
Alchemy Logo

GetCounterFactualAddressError

Defined in: aa-sdk/core/src/errors/account.ts:61

Custom error class for handling errors when getting a counterfactual address. This extends the BaseError class and provides a custom error message and name.

new GetCounterFactualAddressError(): GetCounterFactualAddressError;

Defined in: aa-sdk/core/src/errors/account.ts:66

Constructor for initializing an error message indicating the failure of fetching the counter-factual address.

Returns

GetCounterFactualAddressError

Overrides

BaseError.constructor

PropertyTypeDefault value

name

string

"GetCounterFactualAddressError"

version

string

VERSION

Was this page helpful?