Namespace: error

All documented symbols in the error namespace.

namespace · error

Error

namespace error

Stable script API error identities.

error · error

Action collision

error.action-collision

A logical action identity conflicts with another declaration.

error · error

Capability unavailable

error.capability-unavailable

The current runtime does not implement the requested capability.

error · error

Command budget exhausted

error.command-budget-exhausted

The package exhausted its bounded command submissions.

error · error

Command owner rejected

error.command-owner-rejected

The authoritative gameplay owner rejected the validated request.

error · error

Command queue full

error.command-queue-full

The bounded command queue cannot accept another request.

error · error

Indicator channel unavailable

error.indicator-channel-unavailable

The requested world-indicator channel is not registered or visible to the calling package origin.

error · error

Invalid action

error.invalid-action

The action identity is not declared by the calling package.

error · error

Invalid capacity policy

error.invalid-capacity-policy

The capacity-policy identity, value, or patch is invalid.

error · error

Invalid command

error.invalid-command

The command identity or argument schema is invalid.

error · error

Invalid query

error.invalid-query

The query identity, filters, cursor, or page size is invalid.

error · error

Invalid theme

error.invalid-theme

The theme contract violates scale or accessibility constraints.

error · error

Invalid tuning

error.invalid-tuning

The tuning identity, value, or patch is invalid.

error · error

Package reload failed

error.package-reload

Candidate package validation or proof composition failed.

error · error

Query budget exhausted

error.query-budget-exhausted

The package exhausted query, record, or owner-visit work.

error · error

Query contract violation

error.query-contract-violation

Returned owner data does not match the registered detached schema.

error · error

Stale tuning revision

error.stale-tuning

The tuning owner changed after the caller captured its revision.