Skip to main content

report_validation_errors

Function report_validation_errors 

Source
pub fn report_validation_errors(errors: &[String]) -> Error
Expand description

Print each validation error in CLI form and collapse them into a single io::Error. Shared by the cn test command and the build orchestrator so a failed world surfaces every problem in one pass.