ENABLE Reference Manual
THE GENERAL SERVER
Error Codes
Table E-4. General Server Run-Time Errors
-----------------------------------------------------------------
| |
|ERROR-CODE |
| Value Interpretation |
|_______________________________________________________________|
| |
| 1 The TRANS-CODE value was out of bounds. |
| |
| 2 The FUNCTION-CODE was unknown. |
| |
| 3 The data file identified in the request was not |
| known or was not accessible. |
| |
| 4 The record could not be found. A random READ |
| with an invalid key was attempted, a READ NEXT |
| was beyond the current key set or file, or the |
| record was locked. |
| |
| 5 An update conflict occurred on a DELETE or |
| UPDATE operation. A program attempted to DELETE |
| or UPDATE a record, but another process changed |
| the record after the first program read it. The |
| new record image is returned to the caller. |
| |
| 6 An invalid record length was entered. The |
| length was not within the limits imposed by the |
| file structure. |
| |
| 7 An invalid key ID was entered. The key was not |
| one of the known keys. |
| |
| 8 The INSERT failed. See the FILE-ERROR-CODE. |
| |
| 9 The UPDATE failed. See the FILE-ERROR-CODE. |
| |
| 10 The DELETE failed. See the FILE-ERROR-CODE. |
| |
-----------------------------------------------------------------
E-21