[][src]Module specs::error

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.

NoError

An error type which cannot be instantiated. Used as a placeholder for associated error types if something cannot fail.