Enum notify_rust::error::ErrorKind
[−]
pub enum ErrorKind {
Msg(String),
Dbus(Error),
Parse(ParseIntError),
SpecVersion(String),
}The kind of an error.
Variants
Msg(String)A convenient variant for String.
Dbus(Error)Parse(ParseIntError)SpecVersion(String)Methods
impl ErrorKind
fn description(&self) -> &str
A string describing the error kind.