Expand description
Config validation types and functions.
ValidationResult uses a builder pattern — start with ValidationResult::ok()
then chain with_error /
with_warning calls.
Structs§
- Validation
Result - Validation result with error details.
Functions§
- get_
config_ path_ internal - Get the configuration file path (also used by orchestrator for –show-config-path).
- load_
config_ file - Load the configuration file from the standard config path.
- validate_
config - Validate the entire file config structure.