Enum risc0_zkp::verify::VerificationError
source · pub enum VerificationError {
ReceiptFormatError,
ControlVerificationError,
ImageVerificationError,
MerkleQueryOutOfRange {
idx: usize,
rows: usize,
},
InvalidProof,
JournalDigestMismatch,
UnexpectedExitCode,
InvalidHashSuite,
FaultStateMismatch,
ValidFaultReceipt,
}
Variants§
ReceiptFormatError
ControlVerificationError
ImageVerificationError
MerkleQueryOutOfRange
InvalidProof
JournalDigestMismatch
UnexpectedExitCode
InvalidHashSuite
FaultStateMismatch
ValidFaultReceipt
Trait Implementations§
source§impl Debug for VerificationError
impl Debug for VerificationError
source§impl Display for VerificationError
impl Display for VerificationError
source§impl PartialEq for VerificationError
impl PartialEq for VerificationError
source§fn eq(&self, other: &VerificationError) -> bool
fn eq(&self, other: &VerificationError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for VerificationError
Auto Trait Implementations§
impl RefUnwindSafe for VerificationError
impl Send for VerificationError
impl Sync for VerificationError
impl Unpin for VerificationError
impl UnwindSafe for VerificationError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more