Enum hypervisor::Error [] [src]

pub enum Error {
    Success,
    Error,
    Busy,
    BadArg,
    NoRes,
    NoDev,
    Unsupp,
}

Error returned after every call

Variants

Success

Error

Busy

Bad argument

No resources

No device

Unsupported

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.