Skip to main content

Module validate

Module validate 

Source
Expand description

Config validation types and functions.

ValidationResult uses a builder pattern — start with ValidationResult::ok() then chain with_error / with_warning calls.

Structs§

ValidationResult
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.