Expand description
Error types for the query language
This module defines comprehensive error types for lexing, parsing, validation, and execution of queries, with helpful error messages and position information.
Structs§
- Rich
Query Error - Query error with source code context for rich diagnostics
Enums§
- Execution
Error - Execution errors (runtime errors)
- LexError
- Lexical analysis errors
- Parse
Error - Parsing errors
- Query
Error - Top-level query error encompassing all error types
- Validation
Error - Validation errors (semantic checking)