Skip to content
Alchemy Logo

EntryPointNotFoundError

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

Represents an error thrown when an entry point is not found for a specific chain and entry point version. This error indicates that a default entry point does not exist for the given chain and version, and suggests providing an override.

new EntryPointNotFoundError(chain, entryPointVersion): EntryPointNotFoundError;

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

Constructs an error message indicating that no default entry point exists for the given chain and entry point version.

Parameters

ParameterTypeDescription

chain

Chain

The blockchain network for which the entry point is being queried

entryPointVersion

any

The version of the entry point for which no default exists

Returns

EntryPointNotFoundError

Overrides

BaseError.constructor

PropertyTypeDefault value

name

string

"EntryPointNotFoundError"

version

string

VERSION

Was this page helpful?