Module essential_constraint_vm::error
source · Expand description
The types of errors that might occur throughout constraint checking.
Structs§
- The index of each failed constraint alongside the error it produced.
- The index of each constraint that was not satisfied.
Enums§
- Access operation error.
- ALU operation error.
- Predicate checking error.
- Constraint checking error.
- Crypto operation error.
- An individual operation failed during constraint checking error.
- Repeat operation error.
- Stack operation error.
- Temporary operation error.
- Total control flow operation error.
Type Aliases§
- Shorthand for a
Result
where the error type is aCheckError
. - Shorthand for a
Result
where the error type is aConstraintError
. - Shorthand for a
Result
where the error type is anOpError
. - Shorthand for a
Result
where the error type is aRepeatError
. - Shorthand for a
Result
where the error type is aStackError
. - Shorthand for a
Result
where the error type is aTemporaryError
. - Shorthand for a
Result
where the error type is aTotalControlFlowError
.