Defined in: packages/smart-accounts/src/errors/InvalidEntityIdError.ts:7
Error class denoting that the provided entity id is invalid because it's too large.
BaseError
new InvalidEntityIdError(entityId, maxAllowedInclusive?): InvalidEntityIdError;Defined in: packages/smart-accounts/src/errors/InvalidEntityIdError.ts:16
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 | Default value | Description |
|---|---|---|---|
|
|
| the invalid entityId used |
|
|
| inclusive upper bound the entityId must not exceed. Defaults to |
Returns
InvalidEntityIdError
Overrides
BaseError.constructor;