source: package_branches/invirt-web/cherrypy-rebased/code/templates/error_raw.mako @ 2693

Last change on this file since 2693 was 2693, checked in by broder, 14 years ago

Full error handling

File size: 174 bytes
Line 
1Error on operation ${op} for user ${user}: ${errorMessage}
2
3Fields:
4%for f in fields:
5${f}=${fields[f]}
6%endfor
7
8Error output:
9${stderr}\
10---- end error output
11
12${traceback}
Note: See TracBrowser for help on using the repository browser.