Print a summary of errors and warnings that occurred during processing
summarize_result(
result,
n_errors,
n_warnings,
cond_msgs,
at = length(result),
fail_on_error = TRUE
)
A list or vector of the processing result
How many errors occurred
How many warnings occurred
Error and warnings messages, we display first 50
How many calls were procesed up to this point
Stop if error(s) occurred