Enum winter_prover::ProverError [−][src]
pub enum ProverError {
UnsatisfiedTransitionConstraintError(usize),
MismatchedConstraintPolynomialDegree(usize, usize),
}Expand description
Represents an error returned by the prover during an execution of the protocol.
Variants
This error occurs when a transition constraint evaluated over a specific execution trace does not evaluate to zero at any of the steps.
Tuple Fields of UnsatisfiedTransitionConstraintError
0: usizeThis error occurs when polynomials built from the columns of a constraint evaluation table do not all have the same degree.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.