Package com.github.mjdev.libaums.driver.scsi.commands.sense
See: Description
-
Class Summary Class Description ScsiRequestSense This class is used to issue a SCSI request sense when a command has failed. ScsiRequestSenseResponse Represents the response of a sense request. SenseException InitRequired Must re-initialize the device as it was resetRecommended action: either stop and tell user to unplug and re-plug the device, or stop and automatically re-initialize the device. RestartRequired User must power cycle device. Unrecoverable Can't recover from this error. NotReady Device is not ready. NotReadyTryAgain Device is not ready yet but will be eventually, try again later. ManualIntervention The error can't be solved without manual intervention. MediaNotInserted The current LUN does not have a storage media inserted (open SD card slot). MediumError An error in the storage medium. HardwareError A hardware error. IllegalCommand An illegal command. UnitAttention Something has changed in the device such as a power on, reset, not ready-to-ready transition, disk space full, mode change, too hot or too cold. DataProtect Data medium is read or write protected. BlankCheck Data medium is probably a write once medium that has already been written. CopyAborted Copy aborted. Aborted Command aborted. VolumeOverflow Volume overflow. Miscompare Data miscompare.