Function process_error_file

Source
pub async fn process_error_file(
    triple: &BatchFileTriple,
    operations: &[BatchErrorFileProcessingOperation],
) -> Result<(), BatchErrorProcessingError>
Expand description
  • This is the real async function that processes the error file for a given triple,
  • using the list of error operations. Now uses NDJSON approach line by line.