|
|
|
@ -32,16 +32,17 @@
|
|
|
|
|
</table>
|
|
|
|
|
<br><br>
|
|
|
|
|
|
|
|
|
|
<table border="0" cellspacing="0" cellpadding="0" width="100%">
|
|
|
|
|
<table border="0" cellspacing="0" cellpadding="0" style="margin-left: auto; margin-right: auto; margin-top: 5em;">
|
|
|
|
|
<tr>
|
|
|
|
|
<td width="80"></td>
|
|
|
|
|
<td>
|
|
|
|
|
<br><br><br><br><br><br><br><br><br><br>
|
|
|
|
|
<p>
|
|
|
|
|
<h2>Error with URL '#[url]#':</h2><br><br>
|
|
|
|
|
<tt>#[httperror]#</tt><br><br>
|
|
|
|
|
<h3>
|
|
|
|
|
#(errormessage)#
|
|
|
|
|
<h2>Error with request: <font color="#556699">#[requestMethod]# #[requestURL]#:</font></h2>
|
|
|
|
|
<br>
|
|
|
|
|
<br>
|
|
|
|
|
<tt>#[httpStatus]#</tt>
|
|
|
|
|
<p>
|
|
|
|
|
<b>
|
|
|
|
|
#(errorMessageType)#
|
|
|
|
|
unspecified error
|
|
|
|
|
::
|
|
|
|
|
not-yet-assigned error
|
|
|
|
@ -50,11 +51,26 @@ You don't have an active internet connection. Please go online.
|
|
|
|
|
::
|
|
|
|
|
Could not load resource. The file is not available.
|
|
|
|
|
::
|
|
|
|
|
#(/errormessge)#
|
|
|
|
|
</h3>
|
|
|
|
|
#[detailedErrorMsg]#
|
|
|
|
|
#(/errorMessageType)#
|
|
|
|
|
</b>
|
|
|
|
|
</p>
|
|
|
|
|
</p>
|
|
|
|
|
</td>
|
|
|
|
|
<td width="80"></td>
|
|
|
|
|
</tr></table>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr><td><hr></td></tr>
|
|
|
|
|
#(printStackTrace)#
|
|
|
|
|
<tr>
|
|
|
|
|
<td>No stacktrace available</td>
|
|
|
|
|
</tr>
|
|
|
|
|
::
|
|
|
|
|
<tr>
|
|
|
|
|
<td>
|
|
|
|
|
<code><font color="red">#[stacktrace]#</font></code>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
#(/printStackTrace)#
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|
|
|
|
|