diff --git a/backend/resources/error-report.tmpl b/backend/resources/error-report.tmpl index be4df1196a..a04f0df6b0 100644 --- a/backend/resources/error-report.tmpl +++ b/backend/resources/error-report.tmpl @@ -143,8 +143,18 @@ {% endif %} + {% if explain %} +
(go to explain)
+ {% endif %} + {% if data %} +
(go to edata)
+ {% endif %} + {% if error %} +
(go to trace)
+ {% endif %} + {% if params %} -
+
PARAMS:
{{params}}
@@ -153,7 +163,7 @@ {% endif %} {% if explain %} -
+
EXPLAIN:
{{explain}}
@@ -162,7 +172,7 @@ {% endif %} {% if data %} -
+
EDATA:
{{data}}
@@ -171,7 +181,7 @@ {% endif %} {% if error %} -
+
TRACE:
{{error.trace}}