Enum roccat_vulcan_api_rs::ErrorRoccatVulcanApi [−][src]
#[non_exhaustive] pub enum ErrorRoccatVulcanApi { KeyboardNotFound, NoLedDevice, LedDeviceError(HidError), NoControlDevice, ControlDeviceError(HidError), NoReadDevice, ReadDeviceError(HidError), WaitedToMuchTime(Duration), HidApiError(HidError), InvalidInput, }
Expand description
Error returned by the API
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
No keyboard detected.
LED device not found
LED device error
Control device not found
Control device error
Read device not found
Read device error
WaitedToMuchTime(Duration)
Too much time elapsed while wating for the device to be ready
error while trying the get the hdiapi.
Invalide input