Module specs::error[][src]

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

BoxedErr

A boxed error implementing Debug, Display and Error.

WrongGeneration

Wrong generation error.

Enums

Error

The Specs error type. This is an enum which is able to represent all error types of this library.

Type Definitions

NoErrorDeprecated

Reexport of Infallible for a smoother transition.