Enum snow::error::StateProblem [−][src]
pub enum StateProblem { MissingKeyMaterial, MissingPsk, NotTurnToWrite, NotTurnToRead, HandshakeNotFinished, HandshakeAlreadyFinished, OneWay, StatelessTransportMode, }
Specific errors in the state machine.
Variants
Trait Implementations
impl From<StateProblem> for Error
[src]
impl From<StateProblem> for Error
[src]