Module au::error[][src]

Module for the definition of the library Error type.

Structs

Error

Struct to represent the error values in this library. Used in Result<T, E> Err(E) variant.

Enums

ErrorKind

Enumeration of Error kinds of this library.