GUsb.DeviceError – gusb Reference Manual
Packages
gusb
GUsb
DeviceError
ALREADY_OPEN
BUSY
CANCELLED
FAILED
INTERNAL
IO
NOT_OPEN
NOT_SUPPORTED
NO_DEVICE
PERMISSION_DENIED
TIMED_OUT
DeviceError
Description:
[
CCode
( cprefix =
"G_USB_DEVICE_ERROR_"
, has_type_id =
false
) ]
public
enum
DeviceError
The error code.
Namespace:
GUsb
Package:
gusb
Content:
Enum values:
ALREADY_OPEN
-
Device is already open
BUSY
-
Device was busy
CANCELLED
-
Operation was cancelled
FAILED
-
Operation failed
INTERNAL
-
Internal error
IO
-
IO error
NOT_OPEN
-
Device is not open
NOT_SUPPORTED
-
Operation not supported
NO_DEVICE
-
No device found
PERMISSION_DENIED
-
Permission denied
TIMED_OUT
-
Operation timed out