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
| Parameter | Type | Description |
|---|---|---|
|
| the invalid entityId used |
Returns
InvalidEntityIdError