Module error

Source
Expand description

Error types for Zebra’s state.

Structs§

CloneError
A wrapper for type erased errors that is itself clonable and implements the Error trait
CommitSemanticallyVerifiedError
An error describing the reason a semantically verified block could not be committed to the state.

Enums§

ReconsiderError
An error describing the reason a block or its descendants could not be reconsidered after potentially being invalidated from the chain_set.
ValidateContextError
An error describing why a block failed contextual validation.

Traits§

DuplicateNullifierError
Trait for creating the corresponding duplicate nullifier error from a nullifier.

Type Aliases§

BoxError
A boxed std::error::Error.