Last change
on this file since 738 was
602,
checked in by price, 16 years ago
|
one world, one error-reporting mechanism
The email and the web page show the same information from the same template,
with the web page adding chrome and a little text. The same code path handles
CodeErrors? and other exceptions.
|
File size:
175 bytes
|
Rev | Line | |
---|
[601] | 1 | Error on operation $op for user $user: $errorMessage |
---|
| 2 | |
---|
| 3 | Fields: |
---|
| 4 | #for $f in $fields: |
---|
| 5 | $f=$fields[$f].value |
---|
| 6 | #end for |
---|
| 7 | |
---|
| 8 | Error output: |
---|
| 9 | $stderr#slurp |
---|
| 10 | ---- end error output |
---|
| 11 | |
---|
| 12 | $traceback |
---|
Note: See
TracBrowser
for help on using the repository browser.