Skip to content
Alchemy Logo

ChainNotFoundError

Defined in: aa-sdk/core/src/errors/client.ts:46

Error class representing a "Chain Not Found" error, typically thrown when no chain is supplied to the client.

new ChainNotFoundError(): ChainNotFoundError;

Defined in: aa-sdk/core/src/errors/client.ts:52

Initializes a new instance of the error message with a default message indicating that no chain was supplied to the client.

Returns

ChainNotFoundError

Overrides

BaseError.constructor

PropertyTypeDefault value

name

string

"ChainNotFoundError"

version

string

VERSION

Was this page helpful?