pub async fn process_batch_output_and_errors(
workspace: &dyn BatchWorkspaceInterface,
batch_execution_result: &BatchExecutionResult,
expected_content_type: &ExpectedContentType,
) -> Result<(), BatchProcessingError>pub async fn process_batch_output_and_errors(
workspace: &dyn BatchWorkspaceInterface,
batch_execution_result: &BatchExecutionResult,
expected_content_type: &ExpectedContentType,
) -> Result<(), BatchProcessingError>