Expand description
Validation error types: structured codes + an aggregating report.
A2uiError::Validation(String) is a single-string leaf and cannot carry the
structured (code + path + component_id) multi-error shape that the Python
validator collects. ValidationReport aggregates Vec<ValidationError> and
bridges back to the existing error flow via From<ValidationReport>.
Structs§
- Validation
Error - A single validation finding.
- Validation
Report - An aggregation of validation findings (may be empty).
Enums§
- Validation
Error Code - Machine-readable classification of a validation problem.