SCSI Sense Key.
Enumerator |
---|
SCSI_SENSE_NONE | no specific Sense Key. This would be the case for a successful command
|
SCSI_SENSE_RECOVERED_ERROR | Indicates the last command completed successfully with some recovery action performed by the disc drive.
|
SCSI_SENSE_NOT_READY | Indicates the logical unit addressed cannot be accessed.
|
SCSI_SENSE_MEDIUM_ERROR | Indicates the command terminated with a non-recovered error condition.
|
SCSI_SENSE_HARDWARE_ERROR | Indicates the disc drive detected a nonrecoverable hardware failure while performing the command or during a self test.
|
SCSI_SENSE_ILLEGAL_REQUEST | Indicates an illegal parameter in the command descriptor block or in the additional parameters.
|
SCSI_SENSE_UNIT_ATTENTION | Indicates the disc drive may have been reset.
|
SCSI_SENSE_DATA_PROTECT | Indicates that a command that reads or writes the medium was attempted on a block that is protected from this operation. The read or write operation is not performed.
|
SCSI_SENSE_FIRMWARE_ERROR | Vendor specific sense key.
|
SCSI_SENSE_ABORTED_COMMAND | Indicates the disc drive aborted the command.
|
SCSI_SENSE_EQUAL | Indicates a SEARCH DATA command has satisfied an equal comparison.
|
SCSI_SENSE_VOLUME_OVERFLOW | Indicates a buffered peripheral device has reached the end of medium partition and data remains in the buffer that has not been written to the medium.
|
SCSI_SENSE_MISCOMPARE | Indicates that the source data did not match the data read from the medium.
|