Expand description
Specs errors
There are specific types for errors (e.g. WrongGeneration)
and additionally one Error type that can represent them all.
Each error in this module has an Into<Error> implementation.
Structs§
- Boxed
Err - A boxed error implementing
Debug,DisplayandError. - Wrong
Generation - Wrong generation error.