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
| Parameter | Type | Description |
|---|---|---|
| The blockchain network for which the entry point is being queried | |
|
| The version of the entry point for which no default exists |
Returns
EntryPointNotFoundError