Module essential_constraint_vm::error

source ·
Expand description

The types of errors that might occur throughout constraint checking.

Structs§

Enums§

Type Aliases§

  • Shorthand for a Result where the error type is a CheckError.
  • Shorthand for a Result where the error type is a ConstraintError.
  • Shorthand for a Result where the error type is an OpError.
  • Shorthand for a Result where the error type is a RepeatError.
  • Shorthand for a Result where the error type is a StackError.
  • Shorthand for a Result where the error type is a TemporaryError.
  • Shorthand for a Result where the error type is a TotalControlFlowError.