Enum notify_rust::error::ErrorKind [−][src]
#[non_exhaustive]
pub enum ErrorKind {
Msg(String),
Zbus(Error),
Parse(ParseIntError),
SpecVersion(String),
Conversion(String),
ImplementationMissing,
}The kind of an error.
Variants (Non-exhaustive)
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Msg(String)only here for backwards compatibility
Zbus(Error)Parse(ParseIntError)SpecVersion(String)Conversion(String)Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for ErrorKind
impl !RefUnwindSafe for ErrorKindimpl !UnwindSafe for ErrorKind
impl !UnwindSafe for ErrorKind