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 From<PatternProblem> for Error
[src]
impl From<PatternProblem> for Error
[src]