Code |
Meaning and Comments |
01 |
Invalid Function number. Program made an invalid function call. |
02 |
File Not Found. File does not exist or cannot be opened. |
03 |
Path Not Found. Referenced Directory does not exist. |
04 |
Out of File Handles (too many open files-no open handles left).Not enough FILES in CONFIG.SYS or network config. |
05 |
Access Denied. File/Data locked or no corrects to file on network. |
06 |
Invalid handle program. Used a file handle which is not open. |
07 |
Memory Corrupt (memory control blocks destroyed). DOS memory chain is corrupt. Possible software corrupted chain or hardware failure. |
08 |
Insufficient Memory |
09 |
Invalid Memory Block Address. Program tried to use an invalid memory block. |
A(10) |
Invalid Environment |
B(11) |
Invalid Format |
C(12) |
Invalid Access Code |
D(13) |
Invalid Data |
E(14) |
Reserved - Unused |
F(15) |
Invalid Disk Drive. Drive letter does not exist. |
10(16) |
Attempt to Remove Current Directory. |
11(17) |
Not the Same Device. Attempt to rename a file to a different drive. |
12(18) |
No More Files. DOS Find Next function done. Not an error. |
13(19) |
Disk Write-Protected. Some networks allow network drives to be write-protected. |
14(20) |
Unknown Unit. Program tried to use a unit number that does not exist. |
15(21) |
Drive Not Ready. No disk in drive. Possible hardware failure.
|
16(22) |
Unknown Command. Program issued an unknown command. |
17(23) |
Data Error (CRC) Disk failure. File corrupt. |
18(24) |
Bad Request Structure Length. Program used an invalid structure length. |
19(25) |
Seek Error. Disk failure. Probable hardware error. |
20(26) |
Unknown Media Type. Disk failure. Disk bad, or not formatted, or hardware error. |
lB(27) |
Sector Not Found. Disk failure. File corrupt. Probable hardware error. |
IC(28) |
Printer out of paper or cable problem. |
ID(29) |
Write Fault. Disk failure. Possible disk full, network error or hardware
problem. |
lE(30) |
Read Fault. Disk failure. File corrupt, network error, or hardware problem. |
IF(31) |
General Failure. Disk failure. Bad disk, disk not formatted, or hardware
error. |
20(32) |
Sharing Violation. SHARE error. File/Data is locked.
|
21(33) |
Lock Violation. SHARE error. File/Data is locked. |
22(34) |
Invalid Disk Change. Old disk had a file open and disk was changed.
Reinsert correct disk. |
23(35) |
FCB Unavailable. Not enough FCBs in CONFIG.SYS or network
configuration. |
24(36) |
Sharing Buffer Overflow. SHARE error. Share's internal table overflowed.
Change slash options for loading. |
25(37) |
to 31(49) Reserved -- Unused |
32(50) |
Network Request Not Supported. Part of network software not loaded, like SHARE.EXE. |
33(51) |
Remote Computer Not Listening |
34(52) |
Duplicate Name on Network |
35(53) |
Network Name Not Found |
36(54) |
Network Busy |
37(55) |
Network Device No Longer Exists |
38(56) |
Network BIOS Command Limit Exceeded |
39(57) |
Network Adapter Hardware Error |
3A(58) |
Incorrect Network Response |
3B(59) |
Unexpected Network Error |
3C(60) |
Incompatible Remote Adapter |
3D(61) |
Print Queue Full |
3E(62) |
Print Queue Not Full. Not Enough space for Print File |
3F(63) |
Print File Deleted (not enough space). |
40(64) |
Network Name Deleted |
41(65) |
Network Access Denied. User does not have access, or file/data locked. |
42(66) |
Network Device Type Incorrect |
43(67) |
Network Name Not Found |
44(68) |
Network Name Limit Exceeded |
45(69) |
Network BIOS Session Limit Exceeded |
46(70) |
Network Temporarily Paused |
47(71) |
Network Request Not Accepted |
48(72) |
Print or Disk Redirection is Paused |
49(73) |
to 4F(79) Reserved -- Unused |
50(80) |
File Already Exists |
51(81) |
Reserved -- Unused |
52(82) |
Cannot Make Directory Entry. Directory full or no corrects. |
53(83) |
Failure on Int 24H |
54(84) |
Too Many Redirections |
55(85) |
Duplicate Redirection |
56(86) |
Invalid Password |
57(87) |
Invalid Parameter |
58(88) |
Network device Fault. Network data transmission fault. Possible cable or
hardware failure. |
59(89) |
Function Not Supported on Network |
5A(90) |
Required System Component Not Installed |