{% if errors %}
| Time | Type | Message | Function | Request | User | Tenant | |
|---|---|---|---|---|---|---|---|
| {{ e.created_at | shortdatetime }} | {{ e.exception_type }} | {{ e.message }} | {{ e.function }} | {{ e.method or '' }} {{ e.path or '' }} | {{ e.user.username if e.user else (e.user_id or '—') }} | {{ e.tenant_id or '—' }} |
traceback{{ e.traceback }}
{% if e.args %}args: {{ e.args }} {% endif %} {% if e.kwargs %}kwargs: {{ e.kwargs }} {% endif %} |
No errors recorded.