Enum snow::StateProblem[][src]

pub enum StateProblem {
    MissingKeyMaterial,
    MissingPsk,
    NotTurnToWrite,
    NotTurnToRead,
    HandshakeNotFinished,
    HandshakeAlreadyFinished,
    OneWay,
}

Specific errors in the state machine.

Variants

Trait Implementations

impl Debug for StateProblem
[src]

Formats the value using the given formatter. Read more

impl From<StateProblem> for SnowError
[src]

Performs the conversion.

Auto Trait Implementations