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.
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.