Module specs::error

source ·
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

A boxed error implementing Debug, Display and Error.
Wrong generation error.

Enums

The Specs error type. This is an enum which is able to represent all error types of this library.
An error type which cannot be instantiated. Used as a placeholder for associated error types if something cannot fail.