Enum distrand::errors::RevealErrorKind[][src]

pub enum RevealErrorKind {
    MissingSecret,
    ValidationFailed,
}

What a particular participant did wrong when revealing the generated value.

Variants

The participant submitted a Commit, but no Secret was added.

The participant's Commit did not match their Secret.

Trait Implementations

impl Debug for RevealErrorKind
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations