error · error
Invalid tuning
The tuning identity, value, or patch is invalid.
error.invalid-tuning
- Stable ID
error.invalid-tuning- 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.1.0
Usage
Handle this error by checking the registered ID, supported range, and whether the requested value actually differs from current state.
Parameters
- None
Returns
A stable error identity in a rejected or failed command receipt.
Cost
No extra work beyond rejected owner validation.
Fields
This symbol has no fields.
Errors
- None
Examples
if receipt.error_id == "error.invalid-tuning" then -- refresh the tuning record end
API history
- 1.1.0: Runtime tuning validation error added.