Expand description
The error module is nascent. At present, it re-exports types from the failure
crate and adds an alias for compatible errors.
Future directions for Gotham error types are an ongoing discussion. Feel free to chip in.
Structs
The Error
type, which can contain any failure.
Type Definitions
An alias for failure::Error.compat()
, which exists to fulfill the std::error::Error trait.
An implementation of the single-parameter Result pattern, using our pub use failure::Error