275
9.6.8 Termination Codes and Messages
In the following table, termination codes and their error messages returned by FLINK.EXE
are described.
Error Code
Error Message
Description
Category
(High)
Detail
(Low)
Normal End
0x00
0x00
NORMAL ENDING
Normal end.
0xDC-F5
0x00
A
ZDRIVE FORMAT NOTICE
Format notification of drives A to Z
0xF6
0x00
POWER OFF ENDING NOTICE
Notification of the end of the power.
0xF7
0x00
RESET ENDING NOTICE
Notification of the end of reset.
0xF8
0x00
BREAK KEY INTERRUPT ENDING
Notification of abortion by user.
Protocol Error
0x01
0x00
COMMAND ERROR
Protocol error (undefined function
code)
0x01
0x01
COMMAND ERROR
Protocol error (undefined sub-
function code)
0x01
0x02
COMMAND ERROR
Command cannot be executed.
0x01
0x03
CHECK SUM ERROR
Check-sum error
0x01
0x04
COMMAND SEQUENCE ERROR
Command sequence error.
0x01
0x05
SEQUENCE NUMBER ERROR
Sequence number error.
0x01
0x06
OTHER PROTOCOL ERROR
Protocol is illegal.
0x01
0x07
PARAMETER ERROR
Parameter error.
0x01
0x08
TIMEOUT ERROR
Timeout error.
File Error (INT21h)
0x02
0x02
FILE NOT FOUND
File cannot be found.
0x02
0x03
PATH NOT FOUND
Path cannot be found.
0x02
0x0B
INVALID FORMAT
Invalid formatting.
0x02
0x0F
INVALID DISK DRIVE
Invalid disk.
0x02
0x10
CANNOT DELETE DIRECTORY
Delete request is specified to current
directory.
0x02
0x11
NOT SAME DISK
Disk is not the same.
0x02
0x12
FILE NOTHING
File cannot be found.
Note:
Besides the detail codes which are defined in File Error (INT21h) above, other error codes may be
returned as extension error code of DOS.
File Error (INT24h)
0x03
0x13
WRITE PROTECT ERROR
Write protect error.
0x03
0x14
UNKNOWN UNIT
Undefined unit.
0x03
0x15
DRIVE NOT READY
Drive is not ready.
0x03
0x17
DATA ERROR (CRC)
Data error.
0x03
0x19
SEEK ERROR
Seek error.
0x03
0x1A
UNKNOWN DISK FORMAT
Disk is not formatted.
0x03
0x1B
SECTOR NOT FOUND
Sector cannot be found.
0x03
0x1D
WRITE ERROR
Write error.
0x03
0x1E
READ ERROR
Read error.
0x03
0x1F
UNKNOWN ERROR
Error cannot be defined.
0x03
0x20
FILE SHARE ERROR
Specified file is already opened.
0x03
0x21
FILE LOCK ERROR
File lock error.
0x03
0x22
INVALID DISK CHANGED
Invalid disk exchange.
0x03
0x23
FCB FULL
FCB is full.
0x03
0x53
FATAL ERROR
Fatal error (Unsuccess INT24h).