error · error
Indicator channel unavailable
The requested world-indicator channel is not registered or visible to the calling package origin.
error.indicator-channel-unavailable
- Stable ID
error.indicator-channel-unavailable- 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.7.0
Usage
Handle an unknown channel identity or a registered channel that is not exposed to the calling package origin.
Parameters
- None
Returns
A stable error identity with diagnostic detail; no channel state changes.
Cost
One bounded channel-registry lookup.
Fields
This symbol has no fields.
Errors
- None
Examples
-- Discover available channels before reading or changing visibility.
API history
- 1.7.0: World-indicator channel availability error added.