Expand description
Error types for Zebra’s state.
Structs§
- Clone
Error - A wrapper for type erased errors that is itself clonable and implements the Error trait
- Commit
Semantically Verified Error - An error describing the reason a semantically verified block could not be committed to the state.
Enums§
- Reconsider
Error - An error describing the reason a block or its descendants could not be reconsidered after potentially being invalidated from the chain_set.
- Validate
Context Error - An error describing why a block failed contextual validation.
Traits§
- Duplicate
Nullifier Error - Trait for creating the corresponding duplicate nullifier error from a nullifier.
Type Aliases§
- BoxError
- A boxed
std::error::Error
.