Expand description
Error types for the OpenJD model library.
The primary error type is ModelError, which covers all failure modes
during template parsing, validation, and job creation.
Structs§
- Diagnostic
Span - A diagnostic span identifying a specific character range in source text.
- Error
Detail - Structured diagnostic data for a validation error.
- Validation
Error - A single validation error with its location in the template.
- Validation
Errors - Collects multiple validation errors with structured paths.
Enums§
- Model
Error - Path
Element - An element in a validation error path.
Functions§
- path_
field - Helper: extend a path with a field name.
- path_
index - Helper: extend a path with an index.