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
Checkpoint Verified Error - An error describing why a
CommitCheckpointVerifiedBlockrequest failed. - Commit
Semantically Verified Error - An error describing why a
CommitSemanticallyVerifiedrequest failed.
Enums§
- Commit
Block Error - An error describing why a block could not be queued to be committed to the state.
- Invalidate
Error - An error describing why a
InvalidateBlockrequest failed. - Layered
State Error - Reconsider
Error - An error describing why a
ReconsiderBlockrequest failed. - 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.