Expand description
Validation errors for semantic validation of project definitions.
This module defines errors that occur during semantic validation of SQL statements, including object name mismatches, unsupported statement types, and constraint violations. Errors carry rich contextual information (file path, SQL statement) for user-friendly diagnostics.
Structs§
- Error
Context - Contextual information about where an error occurred.
- Validation
Error - A validation error with contextual information.
- Validation
Errors - A collection of validation errors grouped by location.
Enums§
- Validation
Error Kind - The specific kind of validation error that occurred.