Module avocado::error[][src]

Error and Result types arising out of MongoDB operations.

Structs

Error

The central error type for Avocado.

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 Result containing an Avocado Error.