conjure-error 0.4.5

Runtime support for generated Conjure errors
docs.rs failed to build conjure-error-0.4.5
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: conjure-error-5.4.0

Runtime support for Conjure error types.

Conjure errors are represented by a struct implementing the ErrorType trait. The struct's fields are the error's parameters, and the trait implementation stores the remainder of the error's information.