Skip to main content

validate_config_result

Function validate_config_result 

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