Enum amdgpu_sysfs::error::ErrorKind
source · pub enum ErrorKind {
NotAllowed(String),
Unsupported(String),
InvalidSysFS,
ParseError {
msg: String,
line: usize,
},
IoError(Error),
}Expand description
Possible types of errors
Variants§
NotAllowed(String)
It is not allowed to perform the given action
Unsupported(String)
Something is potentially unsupported by this library
InvalidSysFS
The given path is not a valid SysFs
ParseError
An error that happens during parsing
IoError(Error)
An IO error