pub fn build_errors_formatted( errors_per_row: &[Vec<RowError>], accept_rows: &[bool], formatter: &dyn RowErrorFormatter, ) -> Vec<Option<String>>