source: trunk/packages/invirt-web/code/templates/error_raw.mako @ 2737

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

Merge cherrypy-rebased branch of invirt-web into trunk.

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.