Difference between revisions of "MONITOR Error Codes"

From MidrangeWiki
Jump to: navigation, search
(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
*PROGRAMHandles all program-error status codes, from 00100 to 00999.
*FILEHandles all file-error status codes, from 01000 to 09999.
*ALLHandles both program-error and file-error status codes, from 00100 to 09999. This is the defualt.

Specific Error Codes

Code Condition
00000No Exception/Error.