ERID:
{{id}}
{% if profile-id %}
PFID:
{{profile-id}}
{% endif %} {% if user-agent %}
UAGT:
{{user-agent}}
{% endif %} {% if frontend-version %}
FVER:
{{frontend-version}}
{% endif %}
BVER:
{{version}}
{% if host %}
HOST:
{{host}}
{% endif %} {% if tenant %}
ENV:
{{tenant}}
{% endif %} {% if public-uri %}
PURI:
{{public-uri}}
{% endif %} {% if type %}
TYPE:
{{type}}
{% endif %} {% if code %}
CODE:
{{code}}
{% endif %} {% if error %}
CLSS:
{{error.class}}
{% endif %} {% if error %}
HINT:
{{error.message}}
{% endif %} {% if method %}
PATH:
{{method|upper}} {{path}}
{% endif %} {% if params %}
PARAMS:
{{params}}
{% endif %} {% if explain %}
EXPLAIN:
{{explain}}
{% endif %} {% if data %}
EDATA:
{{data}}
{% endif %} {% if error %}
TRACE:
{{error.trace}}
{% endif %}