mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
10
rog-core/src/error.rs
Normal file
10
rog-core/src/error.rs
Normal file
@@ -0,0 +1,10 @@
|
||||
use std::fmt::Debug;
|
||||
use thiserror::Error;
|
||||
|
||||
#[derive(Error, Debug)]
|
||||
pub enum RogError {
|
||||
#[error("unable to parse string to fan mode")]
|
||||
ParseFanLevel,
|
||||
#[error("mode not supported")]
|
||||
NotSupported,
|
||||
}
|
||||
Reference in New Issue
Block a user