Module validate

Module validate 

Source
Expand description

§Validation

Contains the logic for validating filesystem paths against the model.

This module implements the core validation functionality, checking whether real filesystem paths match the expected structure defined in the model.

Structs§

ValidationError
Represents a validation error encountered during filesystem validation.

Enums§

ErrorCategory
Error category for classifying validation errors.

Functions§

to_anyhow_result
Converts a ValidationResult to a standard anyhow::Result.

Type Aliases§

ValidationResult
Result type for validation operations that may return multiple validation errors.