Skip to content
Alchemy Logo

NotAModularAccountV2Error

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

This error is thrown when an account is not a Modular Account V2

new NotAModularAccountV2Error(): NotAModularAccountV2Error;

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

Constructor for initializing an error message indicating that the account is not a Modular Account V2.

Returns

NotAModularAccountV2Error

Overrides

BaseError.constructor

PropertyTypeDefault value

name

string

"NotAModularAccountV2Error"

version

string

VERSION

Was this page helpful?