Enum error_chain::example_generated::ErrorKind [−][src]
The kind of an error.
Variants
Inner(ErrorKind)
Link to another ErrorChain
.
Io(Error)
Link to a std::io::Error
type.
Msg(String)
A convenient variant for String.
A custom error kind.
Implementations
impl ErrorKind
[src]
impl ErrorKind
[src]pub fn description(&self) -> &str
[src]
A string describing the error kind.