Skip to main content

Module error

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
CommitCheckpointVerifiedError
An error describing why a CommitCheckpointVerifiedBlock request failed.
CommitSemanticallyVerifiedError
An error describing why a CommitSemanticallyVerified request failed.

Enums§

CommitBlockError
An error describing why a block could not be queued to be committed to the state.
InvalidateError
An error describing why a InvalidateBlock request failed.
LayeredStateError
ReconsiderError
An error describing why a ReconsiderBlock request failed.
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.