source: trunk/packages/sipb-xen-www/code/templates/error.tmpl @ 600

Last change on this file since 600 was 600, checked in by price, 16 years ago

collect all available data, in CodeError? case for now

File size: 571 bytes
Line 
1#from skeleton import skeleton
2#extends skeleton
3
4#def title
5ERROR!
6#end def
7
8#def body
9<p>Uh-oh!  We experienced an error.  Sorry about that.  We've gotten
10mail about it.</p>
11
12<p>Feel free to poke us at <tt>xvm@mit.edu</tt> if this bug is
13consistently biting you and we don't seem to be fixing it.</p>
14
15<p>In case you're curious, the gory details are here.</p>
16
17<pre>
18Error on operation $op for user $user: $errorMessage
19
20Fields:
21#for $f in $fields:
22$f=$fields[$f].value
23#end for
24
25Error output:
26$stderr#slurp
27---- end error output
28
29Traceback:
30$traceback
31</pre>
32#end def
Note: See TracBrowser for help on using the repository browser.