home *** CD-ROM | disk | FTP | other *** search
- #define NO_ERROR 0
- #define ALREADY_ACTIVE_ERROR 1
- #define CANNOT_OPEN_ERROR 2
- #define EMPTY_FILE_ERROR 3
- #define NO_STARTUP_CHAR_ERROR 4
- #define NOT_NCG_ERROR 5
- #define DISK_READ_ERROR 6
- #define NO_EOT_ACK_ERROR 7
- #define INTERNAL_ERROR 8
- #define CANCELLED_ERROR 9
- #define OUT_OF_SYNC_ERROR 10
- #define RETRIES_ERROR 11
- #define BAD_PACKET_NBR_ERROR 12
- #define TIMED_OUT_ERROR 13
- #define NO_SUCH_FILE_ERROR 14
- #define NOT_ACTIVE_ERROR 15
- #define UNKNOWN_ERROR 16