Exceptions Report

{% for (exception_type, service, model, question_name), count in exceptions_table.items() %} {% endfor %}
Exception Type Service Model Question Name Count
{{ exception_type }} {{ service }} {{ model }} {{ question_name }} {{ count }}

Note: Each unique exception is counted only once. You may encounter repeated exceptions where retries were attempted.