Difference between revisions of "MONITOR Error Codes"
From MidrangeWiki
(→Main Error Codes) |
(→Specific Error Codes) |
||
Line 22: | Line 22: | ||
== Specific Error Codes == | == Specific Error Codes == | ||
− | 00000 No Exception/Error | + | <table border="1" cellpadding="2" cellspacing="0"> |
+ | <tr> | ||
+ | <th>Code</th> | ||
+ | <th>Condition</th> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>00000</td><td>No Exception/Error.</td> | ||
+ | </tr> | ||
+ | </table> |
Revision as of 14:38, 8 June 2006
Here is a list of the MONITOR group error codes in numeric order.
Main Error Codes
Code | Condition |
---|---|
*PROGRAM | Handles all program-error status codes, from 00100 to 00999. |
*FILE | Handles all file-error status codes, from 01000 to 09999. |
*ALL | Handles both program-error and file-error status codes, from 00100 to 09999. This is the defualt. |
Specific Error Codes
Code | Condition |
---|---|
00000 | No Exception/Error. |