Module compose_yml::errors [] [src]

We provide fancy error-handling support thanks to the error_chain crate. The primary advantage of error_chain is that it provides support for backtraces. The secondary advantage of this crate is that it gives us nice, structured error types.

Structs

Error

Enums

ErrorKind

Traits

ChainErr

Type Definitions

Result