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

Note: You may encounter repeated exceptions where retries were attempted. You can modify the maximum number of attempts for failed API calls in `edsl/config.py`.

Click to expand the details below for information about each exception, including code for reproducing it.