Enum tendermint_light_client::predicates::errors::VerificationErrorDetail[][src]

pub enum VerificationErrorDetail {
Show 17 variants Tendermint(TendermintSubdetail), HeaderFromTheFuture(HeaderFromTheFutureSubdetail), ImplementationSpecific(ImplementationSpecificSubdetail), NotEnoughTrust(NotEnoughTrustSubdetail), InsufficientSignersOverlap(InsufficientSignersOverlapSubdetail), DuplicateValidator(DuplicateValidatorSubdetail), MissingSignature(MissingSignatureSubdetail), InvalidSignature(InvalidSignatureSubdetail), InvalidCommitValue(InvalidCommitValueSubdetail), InvalidNextValidatorSet(InvalidNextValidatorSetSubdetail), InvalidValidatorSet(InvalidValidatorSetSubdetail), NonIncreasingHeight(NonIncreasingHeightSubdetail), NonMonotonicBftTime(NonMonotonicBftTimeSubdetail), NotWithinTrustPeriod(NotWithinTrustPeriodSubdetail), NoSignatureForCommit(NoSignatureForCommitSubdetail), MismatchPreCommitLength(MismatchPreCommitLengthSubdetail), FaultySigner(FaultySignerSubdetail),
}

Variants

Tuple Fields of Tendermint

0: TendermintSubdetail
HeaderFromTheFuture(HeaderFromTheFutureSubdetail)

Tuple Fields of HeaderFromTheFuture

0: HeaderFromTheFutureSubdetail
ImplementationSpecific(ImplementationSpecificSubdetail)

Tuple Fields of ImplementationSpecific

0: ImplementationSpecificSubdetail
NotEnoughTrust(NotEnoughTrustSubdetail)

Tuple Fields of NotEnoughTrust

0: NotEnoughTrustSubdetail
InsufficientSignersOverlap(InsufficientSignersOverlapSubdetail)

Tuple Fields of InsufficientSignersOverlap

0: InsufficientSignersOverlapSubdetail
DuplicateValidator(DuplicateValidatorSubdetail)

Tuple Fields of DuplicateValidator

0: DuplicateValidatorSubdetail
MissingSignature(MissingSignatureSubdetail)

Tuple Fields of MissingSignature

0: MissingSignatureSubdetail
InvalidSignature(InvalidSignatureSubdetail)

Tuple Fields of InvalidSignature

0: InvalidSignatureSubdetail
InvalidCommitValue(InvalidCommitValueSubdetail)

Tuple Fields of InvalidCommitValue

0: InvalidCommitValueSubdetail
InvalidNextValidatorSet(InvalidNextValidatorSetSubdetail)

Tuple Fields of InvalidNextValidatorSet

0: InvalidNextValidatorSetSubdetail
InvalidValidatorSet(InvalidValidatorSetSubdetail)

Tuple Fields of InvalidValidatorSet

0: InvalidValidatorSetSubdetail
NonIncreasingHeight(NonIncreasingHeightSubdetail)

Tuple Fields of NonIncreasingHeight

0: NonIncreasingHeightSubdetail
NonMonotonicBftTime(NonMonotonicBftTimeSubdetail)

Tuple Fields of NonMonotonicBftTime

0: NonMonotonicBftTimeSubdetail
NotWithinTrustPeriod(NotWithinTrustPeriodSubdetail)

Tuple Fields of NotWithinTrustPeriod

0: NotWithinTrustPeriodSubdetail
NoSignatureForCommit(NoSignatureForCommitSubdetail)

Tuple Fields of NoSignatureForCommit

0: NoSignatureForCommitSubdetail
MismatchPreCommitLength(MismatchPreCommitLengthSubdetail)

Tuple Fields of MismatchPreCommitLength

0: MismatchPreCommitLengthSubdetail
FaultySigner(FaultySignerSubdetail)

Tuple Fields of FaultySigner

0: FaultySignerSubdetail

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Formats the value using the given formatter. Read more

Whether this error means that the light block cannot be trusted w.r.t. the latest trusted state. Read more

Whether this error means that the light block has expired, ie. it’s outside of the trusting period. Read more

Whether this error means that a timeout occured when querying a node. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Compare self to key and return true if they are equal.

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

Converts the given value to a String. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more