Enum snow::error::PatternProblem[][src]

pub enum PatternProblem {
    TooFewParameters,
    UnsupportedHandshakeType,
    UnsupportedBaseType,
    UnsupportedHashType,
    UnsupportedDhType,
    UnsupportedCipherType,
    InvalidPsk,
    UnsupportedModifier,
}

The various stages of initialization used to help identify the specific cause of an Init error.

Variants

Trait Implementations

impl Debug for PatternProblem
[src]

Formats the value using the given formatter. Read more

impl From<PatternProblem> for SnowError
[src]

Performs the conversion.

Auto Trait Implementations