error · error
Stale capacity-policy revision
The capacity-policy owner changed after the caller captured its revision.
error.stale-capacity-policy
- Stable ID
error.stale-capacity-policy- 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
Refresh the policy before resubmitting.
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.stale-capacity-policy" then -- refresh end
API history
- 1.2.0: Stale capacity-policy error added.