pub fn validate_config_result(config: &DebtmapConfig) -> Result<()>Expand description
Validate config with backwards-compatible Result API.
This wraps validate_config to return anyhow::Result for use with
existing code that expects fail-fast error handling.