pub fn validate_config(config: Config) -> Result<ValidatedConfig, Vec<String>>Expand description
Run pure config validation, returning a ValidatedConfig or a list of
error messages.
This function does not touch CPAL. It validates internal consistency only.