error · error
Capacity limit below current use
The requested capacity limit is lower than observed owner use.
error.capacity-limit-below-current-use
- Stable ID
error.capacity-limit-below-current-use- Owner
- app.script-api-registry
- Authority
- read_only
- Timing
- immediate
- Availability
- all script lifecycles
- Side effects
- none
- Determinism
- Stable error identity; diagnostic prose is not API state.
- Introduced
- 1.2.0
Usage
Choose a limit at or above current use.
Parameters
- None
Returns
A stable failed-command error.
Cost
No extra work.
Fields
This symbol has no fields.
Errors
- None
Examples
if receipt.error_id == "error.capacity-limit-below-current-use" then -- use current usage end
API history
- 1.2.0: Below-current-use error added.