Enum notify::Error [−][src]
Expand description
Errors generated from the notify
crate
Variants
Generic(String)
Generic error
May be used in cases where a platform specific error is mapped to this type
Tuple Fields of Generic
0: String
Io(Error)
I/O errors
Tuple Fields of Io
0: Error
The provided path does not exist
Attempted to remove a watch that does not exist
Trait Implementations
👎 Deprecated since 1.42.0:
use the Display impl or to_string()
👎 Deprecated since 1.33.0:
replaced by Error::source, which can support downcasting
The lower-level source of this error, if any. Read more