Skip to content
Alchemy Logo

InvalidEntityIdError

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

Error class denoting that the provided entity id is invalid because it's too large.

new InvalidEntityIdError(entityId): InvalidEntityIdError;

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

Initializes a new instance of the error message with a default message indicating that the entity id is invalid because it's too large.

Parameters

ParameterTypeDescription

entityId

number

the invalid entityId used

Returns

InvalidEntityIdError

Overrides

BaseError.constructor

PropertyTypeDefault value

name

string

"InvalidEntityIdError"

version

string

VERSION

Was this page helpful?