Enum nri::structure::wrapper::OniError [-] [+] [src]

pub enum OniError {
    Error,
    NotImplemented,
    NotSupported,
    BadParameter,
    OutOfFlow,
    NoDevice,
    TimeOut,
}

Variants

Error
NotImplemented
NotSupported
BadParameter
OutOfFlow
NoDevice
TimeOut

Trait Implementations

Derived Implementations

impl Debug for OniError

fn fmt(&self, __arg_0: &mut Formatter) -> Result