Enum vex_rt::controller::ControllerError [−][src]
pub enum ControllerError {
InvalidController,
ControllerBusy,
Unknown(i32),
}Represents possible error states for a controller.
Variants
Controller ID does not exist.
Another resource is currently trying to access the controller port.
Unknown Errno.
Trait Implementations
impl From<ControllerError> for Error[src]
impl From<ControllerError> for Error[src]