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.