Crate conjure_error

source ·
Expand description

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.

Modules

Structs

Enums

  • The broad category of a Conjure error.
  • Information about the specific type of an Error.

Traits

  • A trait implemented by Conjure error types.

Functions

  • Encodes a Conjure error into its serialized form.