Skip to content
Alchemy Logo

InvalidEntryPointError

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

Represents an error thrown when an invalid entry point version is encountered for a specific chain. This error extends the BaseError class.

new InvalidEntryPointError(chain, entryPointVersion): InvalidEntryPointError;

Defined in: aa-sdk/core/src/errors/entrypoint.ts:38

Constructs an error indicating an invalid entry point version for a specific chain.

Parameters

ParameterTypeDescription

chain

Chain

The chain object containing information about the blockchain

entryPointVersion

any

The entry point version that is invalid

Returns

InvalidEntryPointError

Overrides

BaseError.constructor

PropertyTypeDefault value

name

string

"InvalidEntryPointError"

version

string

VERSION

Was this page helpful?