Enum eva_common::EvaErrorKind
source · [−]#[repr(i16)]
pub enum EvaErrorKind {
Show 27 variants
CoreError,
Unsupported,
NotReady,
IOError,
RegistryError,
InvalidData,
FunctionFailed,
ResourceNotFound,
ResourceBusy,
ResourceAlreadyExists,
AccessDenied,
MethodNotImplemented,
MethodNotFound,
InvalidParameter,
Timeout,
Aborted,
EvaHIAuthenticationRequired,
TokenRestricted,
ElbusClientNotRegistered,
ElbusData,
ElbusIo,
ElbusOther,
ElbusNotSupported,
ElbusBusy,
ElbusNotDelivered,
ElbusTimeout,
Other,
}Variants
CoreError
Unsupported
NotReady
IOError
RegistryError
InvalidData
FunctionFailed
ResourceNotFound
ResourceBusy
ResourceAlreadyExists
AccessDenied
MethodNotImplemented
MethodNotFound
InvalidParameter
Timeout
Aborted
EvaHIAuthenticationRequired
TokenRestricted
ElbusClientNotRegistered
ElbusData
ElbusIo
ElbusOther
ElbusNotSupported
ElbusBusy
ElbusNotDelivered
ElbusTimeout
Other
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for EvaErrorKind
impl Send for EvaErrorKind
impl Sync for EvaErrorKind
impl Unpin for EvaErrorKind
impl UnwindSafe for EvaErrorKind
Blanket Implementations
Mutably borrows from an owned value. Read more