summaryrefslogtreecommitdiff
path: root/doc/debug.html
blob: c62ca43e406c56a3ab55de934f6f085090626085 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
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>