summaryrefslogtreecommitdiff
path: root/doc/debug.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--doc/debug.html48
1 files changed, 48 insertions, 0 deletions
diff --git a/doc/debug.html b/doc/debug.html
new file mode 100644
index 0000000..c62ca43
--- /dev/null
+++ b/doc/debug.html
@@ -0,0 +1,48 @@
+<html>
+<head>
+<title>
+Request failed - {cause}
+</title>
+</head>
+<body>
+<center>{cause}</center>
+<blockquote>
+The request you made failed. Here are the error variables:
+<dt>
+request
+<dd>
+{request}
+<dt>
+cause
+<dd>
+{cause}
+<dt>
+clientip
+<dd>
+{clientip}
+<dt>
+clienthost
+<dd>
+{clienthost}
+<dt>
+version
+<dd>
+{version}
+<dt>
+package
+<dd>
+{package}
+<dt>
+date
+<dd>
+{date}
+<dt>
+detail
+<dd>
+{detail}
+<dt>
+url
+<dd>
+{url}
+</body>
+</html>