Expand description
Path-aware configuration validation errors and checks.
Structs§
- Config
Error Collector - Collects configuration validation errors.
Enums§
- Config
Error - A typed configuration validation error with owned field paths.
Functions§
- check
- Checks a boolean validation condition.
- check_
feature_ enabled - Checks that a field’s feature is enabled.
- check_
non_ empty_ field - Checks that a string field is present and non-empty after trimming.
- check_
range - Checks that a field value is in range.
- check_
supported_ field - Checks that a field is supported.
- check_
supported_ value - Checks that a field value is supported.
- check_
valid_ format - Checks that a field value has the expected format.
- check_
valid_ value - Checks that a field value is valid.
Type Aliases§
- Config
Result - Result type for configuration validation.