Skip to main content

Module error

Module error 

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

ValidationError
A single validation finding.
ValidationReport
An aggregation of validation findings (may be empty).

Enums§

ValidationErrorCode
Machine-readable classification of a validation problem.