Expand description
Error type declarations for block building.
Enums§
- Build
Block Error - Any errors that might occur within
crate::build_block_fifo. - Check
SetError - Any errors that might occur within
crate::check_set. - Check
Sets Error - Any errors that might occur within
check_sets. - Invalid
Set - Represents the reason why a
SolutionSetis invalid. - Last
Block Header Error - Errors that can occur while retrieving the last block header.
- Predicate
Programs Error - An error occurred while fetching a predicate’s programs.
- Query
Predicate Error - Any errors that might occur while querying for predicates.
- Query
Program Error - Any errors that might occur while querying for programs.
- SetPredicates
Error - An error occurred while fetching a solution set’s predicates.
- State
Read Error - Any errors that might occur in the [
View][crate::state::View]’s [StateRead][essential_check::state_read_vm::StateRead] implementation.