[−][src]Module avocado::error
Error and Result types arising out of MongoDB operations.
Structs
| Error | The central error type for Avocado. |
Enums
| ErrorKind | A structured, "machine-readable" error kind. |
Traits
| ErrMsg | Values that can act as or generate an error message. |
| ErrorExt | Slightly augmented trait for backtrace-able errors. |
| ResultExt | A trait for conveniently propagating errors up the call stack. |
Type Definitions
| Result | Type alias for a |