Skip to main content

validate_extension_configs

Function validate_extension_configs 

Source
pub fn validate_extension_configs(
    services_path: &Path,
) -> Result<Vec<ExtensionConfigOutcome>, String>
Expand description

Run every config-bearing extension’s validate_config against the resolved service config under services_path and collect the results.

This is the same per-extension load-and-validate the serve boot path runs; both paths funnel through evaluate_extension_config so they cannot drift. Err indicates the extension registry could not be discovered at all.