usb-0.1: Communicate with USB devicesSource codeContentsIndex
System.USB.Exceptions
Synopsis
data USBException
= IOException
| InvalidParamException
| AccessException
| NoDeviceException
| NotFoundException
| BusyException
| TimeoutException
| OverflowException
| PipeException
| InterruptedException
| NoMemException
| NotSupportedException
| OtherException
Documentation
data USBException Source
Type of USB exceptions.
Constructors
IOExceptionInput/output exception.
InvalidParamExceptionInvalid parameter.
AccessExceptionAccess denied (insufficient permissions).
NoDeviceExceptionNo such device (it may have been disconnected).
NotFoundExceptionEntity not found.
BusyExceptionResource busy.
TimeoutExceptionOperation timed out.
OverflowExceptionOverflow.
PipeExceptionPipe exception.
InterruptedExceptionSystem call interrupted (perhaps due to signal).
NoMemExceptionInsufficient memory.
NotSupportedExceptionOperation not supported or unimplemented on this platform.
OtherExceptionOther exception.
show/hide Instances
Produced by Haddock version 2.4.2