Skip to main content

Module validation

Module validation 

Source
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§

ErrorContext
Contextual information about where an error occurred.
ValidationError
A validation error with contextual information.
ValidationErrors
A collection of validation errors grouped by location.

Enums§

ValidationErrorKind
The specific kind of validation error that occurred.