Difference between revisions of "MONITOR Error Codes"
From MidrangeWiki
(→Main Error Codes) |
(→Main Error Codes) |
||
Line 11: | Line 11: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td>*PROGRAM</td><td>Handles all program-error status codes, from 00100 to 00999</td> | + | <td>*PROGRAM</td><td>Handles all program-error status codes, from 00100 to 00999.</td> |
+ | </tr> | ||
+ | <tr> | ||
+ | <td>*FILE</td><td>Handles all file-error status codes, from 01000 to 09999.</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>*ALL</td><td>Handles both program-error and file-error status codes, from 00100 to 09999. This is the defualt.</td> | ||
</tr> | </tr> | ||
</table> | </table> | ||
− | |||
− | |||
− | |||
== Specific Error Codes == | == Specific Error Codes == | ||
00000 No Exception/Error | 00000 No Exception/Error |
Revision as of 14:37, 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
00000 No Exception/Error