Expand description
CAL error model — ~30 error codes for Phase 1 (Core conformance).
Error codes follow the CAL specification section 22:
- CAL-E001..CAL-E019: Parse errors
- CAL-E020..CAL-E022: Type errors
- CAL-E030..CAL-E031: Execution errors
- CAL-E060: Shortcut / field resolution errors
- CAL-E100: Version errors
- CAL-W001..CAL-W004: Warnings
Structs§
- Span
- A byte-offset span within a CAL query string.
Enums§
- CalError
- All CAL query errors.
- CalWarning
- Non-fatal CAL warnings emitted during parsing or execution.
Type Aliases§
- CalResult
- Convenience alias used throughout the CAL module.