error · error

Invalid theme

The theme contract violates scale or accessibility constraints.

error.invalid-theme
Stable ID
error.invalid-theme
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.0.0

Usage

Compare the returned error ID to error.invalid-theme. Treat diagnostic text as human-readable context, not as a value to parse.

Parameters

Returns

A stable error identity suitable for equality checks and diagnostics.

Cost

Constant-size contract lookup or bounded retained-record access.

Fields

This symbol has no fields.

Errors

Examples

if result.error_id == "error.invalid-theme" then
    return
end

API history

Related symbols

Project references