Enum hdd_standby::Error [] [src]

pub enum Error {
    NoAccess,
    InvalidDeviceFile,
}

The error type for this crate

Variants

NoAccess

The device file could not be opened (nonexistent or insufficient rights)

InvalidDeviceFile

The given file is no special device file

Trait Implementations

Derived Implementations

impl Debug for Error

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