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 |