diff options
Diffstat (limited to 'v4.0/src/H/UTLERROR.H')
| -rw-r--r-- | v4.0/src/H/UTLERROR.H | 92 |
1 files changed, 92 insertions, 0 deletions
diff --git a/v4.0/src/H/UTLERROR.H b/v4.0/src/H/UTLERROR.H new file mode 100644 index 0000000..89d2a30 --- /dev/null +++ b/v4.0/src/H/UTLERROR.H | |||
| @@ -0,0 +1,92 @@ | |||
| 1 | /* SCCSID = @(#)utlerror.h 8.7 87/03/09 */ | ||
| 2 | /* */ | ||
| 3 | /* error codes for utilities */ | ||
| 4 | /* */ | ||
| 5 | |||
| 6 | #define ERROR_INVALID_DOSVER 1000 /* invalid dos version */ | ||
| 7 | #define ERROR_LANGUAGE_NOT_SUPPORTED 1001 /* language not supported */ | ||
| 8 | #define ERROR_INVALID_FILENAME 1002 /* invalid file name */ | ||
| 9 | #define ERROR_MSGFILE_BAD_FORMAT 1010 /* bad message file format */ | ||
| 10 | #define ERROR_MSGFILE_BAD_MID 1011 /* message file has bad mid */ | ||
| 11 | #define ERROR_MSGFILE_OUTERROR 1012 /* error writing output file */ | ||
| 12 | #define ERROR_MSGFILE_INPERROR 1013 /* error reading input file */ | ||
| 13 | #define ERROR_MSGFILE_SYNTAX 1014 /* syntax error */ | ||
| 14 | #define ERROR_MSGFILE_MSG_TOO_BIG 1015 /* message exceeds system limit */ | ||
| 15 | #define ERROR_INSTALL_FAILED 1016 /* install failed */ | ||
| 16 | #define ERROR_INVALID_VOL 1017 /* no volume with /s option */ | ||
| 17 | #define ERROR_INVALID_INPUT_PARM 1018 /* invalid input parameter */ | ||
| 18 | #define ERROR_FILE_SPEC_REQUIRED 1019 /* file specification required */ | ||
| 19 | #define ERROR_SORT_FILE_TOO_BIG 1020 /* file size to big to sort */ | ||
| 20 | #define ERROR_SORT_INVALID_COL 1021 /* invalid column number for sort */ | ||
| 21 | #define ERROR_CHK_BAD_FAT 1022 /* fat bad on specified drive */ | ||
| 22 | #define ERROR_CHK_BAD_ROOT 1023 /* root bad on specified drive */ | ||
| 23 | #define ERROR_INVALID_PARM_NUMBER 1024 /* invalid parameter number */ | ||
| 24 | #define ERROR_PARM_SYNTAX 1025 /* invalid parameter syntax */ | ||
| 25 | #define ERROR_UTIL_TERMINATED 1026 /* program terminated by user */ | ||
| 26 | #define ERROR_REST_NO_BACKUP 1027 /* source does not contain backup file */ | ||
| 27 | #define ERROR_REST_SEQUENCE_ERROR 1028 /* file sequence error */ | ||
| 28 | #define ERROR_REST_FILE_CREATE 1029 /* file creation error */ | ||
| 29 | #define ERROR_FDISK_ERR_WRITE 1030 /* error writing fixed disk */ | ||
| 30 | #define ERROR_FDISK_ERR_READ 1031 /* error reading fixed disk */ | ||
| 31 | #define ERROR_FDISK_ERR_NOFDISKS 1032 /* no fixed disk present */ | ||
| 32 | #define ERROR_PATCH_NO_CTL_FILE 1033 /* cannot open patch control file */ | ||
| 33 | #define ERROR_PATCH_NO_EXE_FILE 1034 /* cannot open file to patch */ | ||
| 34 | #define ERROR_PATCH_CANT_ALLOC 1035 /* insufficient memory to alloc patch */ | ||
| 35 | #define ERROR_PATCH_INV_CMD_COMBO 1036 /* bad command sequence */ | ||
| 36 | #define ERROR_PATCH_INV_OFFSET 1037 /* invalid offset */ | ||
| 37 | #define ERROR_PATCH_INV_BYTES 1038 /* invalid byte string */ | ||
| 38 | #define ERROR_PATCH_TOO_NEAR_EOF 1039 /* too close to end of file */ | ||
| 39 | #define ERROR_PATCH_VERIFY_FAILED 1040 /* verification failed */ | ||
| 40 | #define ERROR_PATCH_INC_VERIFY 1041 /* offset verification failed */ | ||
| 41 | #define ERROR_SPOOL_INVAL_DEVICE 1042 /* invalid device */ | ||
| 42 | #define ERROR_SPOOL_INVAL_IN_DEV_PAR 1043 /* invalid input device parm */ | ||
| 43 | #define ERROR_SPOOL_INVAL_OUT_DEV_PAR 1044 /* invalid output device parm */ | ||
| 44 | #define ERROR_SPOOL_INVAL_SUB 1045 /* invalid subdirectory */ | ||
| 45 | #define ERROR_SPOOL_INTERN_ERROR 1046 /* internal error */ | ||
| 46 | #define ERROR_SPOOL_DISK_FULL 1047 /* spool disk full */ | ||
| 47 | #define ERROR_SPOOL_CANNOT_PT_NXT_FI 1048 /* cannot print next file */ | ||
| 48 | #define ERROR_SPOOL_CANNOT_PTR_NOW_FI 1049 /* cannot print now */ | ||
| 49 | #define ERROR_XCOPY_CANNOT_COPY_SUB 1050 /* cannot copy subdirectory */ | ||
| 50 | #define ERROR_XCOPY_ITSELF 1051 /* cannot copy to itself */ | ||
| 51 | #define ERROR_DISKC_DRIVE_SPEC 1052 /* drive mismatch in diskcomp/copy */ | ||
| 52 | #define ERROR_FORMAT_FAIL 1053 /* format failed */ | ||
| 53 | #define ERROR_FORMAT_INV_MEDIA 1054 /* format had invalid media */ | ||
| 54 | #define ERROR_RAS_STCP 1055 /* system trace command processor error */ | ||
| 55 | #define ERROR_RAS_CREATEDD 1056 /* error in create dump diskette */ | ||
| 56 | #define ERROR_XCOPY_UNAB_CREATE_DIR 1057 /* unable to create directory */ | ||
| 57 | #define ERROR_XCOPY_PATH_TOO_LONG 1058 /* path to long */ | ||
| 58 | #define ERROR_XCOPY_CANNOT_TO_RES_DEV 1059 /* can't copy to a reserved name */ | ||
| 59 | #define ERROR_XCOPY_CANNOT_COPY_RES 1060 /* can't copy from a reserved name */ | ||
| 60 | #define ERROR_XCOPY_INVAL_DATE 1061 /* invalid date */ | ||
| 61 | #define ERROR_XCOPY_INTERNAL 1062 /* xcopy internal error */ | ||
| 62 | #define ERROR_PRINT_INVALID_PARAMETER 1063 /* invalid parameter */ | ||
| 63 | #define ERROR_PRINT_FILE_NOT_FOUND 1064 /* file not found */ | ||
| 64 | #define ERROR_PRINT_INVALID_DRIVE 1065 /* invalid drive */ | ||
| 65 | #define ERROR_PRINT_INVALID_DOSVER 1066 /* invalid DOS version */ | ||
| 66 | #define ERROR_PRINT_BAD_ENVIRONMENT 1067 /* bad environment */ | ||
| 67 | #define ERROR_PRINT_MSGFILE_BAD_MID 1068 /* bad message ID */ | ||
| 68 | #define ERROR_PRINT_SYS_INTERNAL 1069 /* PRINT internal error */ | ||
| 69 | #define ERROR_SYS_SYS_INTERNAL 1070 /* SYS internal error */ | ||
| 70 | #define ERROR_SYS_MSGFILE_BAD_MID 1071 /* bad message ID */ | ||
| 71 | #define ERROR_SYS_INVALID_DOSVER 1072 /* invalid DOS version */ | ||
| 72 | #define ERROR_SYS_INVALID_DRIVE 1073 /* invalid drive */ | ||
| 73 | #define ERROR_SYS_INVALID_MEDIA 1074 /* invalid media */ | ||
| 74 | #define ERROR_SYS_INVALID_PARM 1076 /* invalid parameter */ | ||
| 75 | #define ERROR_FORMAT_INTERRUPT 1077 /* format interrupted */ | ||
| 76 | #define ERROR_FORMAT_NO_SYSXFER 1078 /* error in system xfer */ | ||
| 77 | #define ERROR_FORMAT_USER_TERM 1079 /* terminated by N resp */ | ||
| 78 | #define ERROR_BACK_NO_FILES 1080 /* no files found for backup */ | ||
| 79 | #define ERROR_BACK_SHARE_ERROR 1081 /* sharing error during backup */ | ||
| 80 | #define ERROR_BACK_FDISKFULL 1082 /* fixed disk is full during backup */ | ||
| 81 | #define ERROR_BACK_INVTARGET 1083 /* invalid backup target disk */ | ||
| 82 | #define ERROR_BACK_INVTIME 1084 /* invalid time parameter */ | ||
| 83 | #define ERROR_BACK_NOSOURCE 1085 /* no source backup files */ | ||
| 84 | #define ERROR_BACK_NOTARGET 1086 /* no target backup files */ | ||
| 85 | #define ERROR_BACK_SRC_TGT_SAME 1087 /* backup source and target same */ | ||
| 86 | #define ERROR_MSGFILE_DBCS 1088 /* error in message file dbcs */ | ||
| 87 | #define ERROR_HELP_MID_LARGE 1089 /* error in message file dbcs */ | ||
| 88 | #define ERROR_HELP_SYNTAX 1090 /* error in message file dbcs */ | ||
| 89 | #define ERROR_HELP_BAD_MID 1091 /* error in message file dbcs */ | ||
| 90 | #define ERROR_HELP_NO_HELP 1092 /* error in message file dbcs */ | ||
| 91 | #define ERROR_SORT_RCD_SIZE_EXCEED 1093 /* sort record size exceeded */ | ||
| 92 | #define ERROR_CM_EOF_REDIRECT 1094 /* eof found on redr input */ | ||