sgio.exceptions

Undocumented in source.

Members

Classes

BadOpCodeException
class BadOpCodeException

BadOpCodeException is used when the OPCODE is invalid

ConstructionException
class ConstructionException

ConstructionException is thrown when one of the sgio.d constructors encountered an error and could not create the object.

IoctlFailException
class IoctlFailException

IoctlFailException is used when the ioctl to the device fails

SCSICheckConditionException
class SCSICheckConditionException

SCSICheckConditionException is used on a check condition

SCSIException
class SCSIException

SCSIException is the base class for all scsi exceptions.

TruncatedBufferException
class TruncatedBufferException

TruncatedBufferException is thrown when a datain buffer is too small to hold response data, and when the undersized buffer doesn't cause a check condition exception. This can happen with devices that do not perfectly match the scsi spec.

Meta