Module zebra_state::error
source · Expand description
Error types for Zebra’s state.
Structs§
- A wrapper for type erased errors that is itself clonable and implements the Error trait
- An error describing the reason a semantically verified block could not be committed to the state.
Enums§
- An error describing why a block failed contextual validation.
Traits§
- Trait for creating the corresponding duplicate nullifier error from a nullifier.
Type Aliases§
- A boxed
std::error::Error
.