pub fn convert_errors( spec_errors: &HashMap<String, Vec<Box<dyn Error>>>, ) -> HashMap<String, Vec<Box<dyn Error + Send + Sync + 'static>>>