Enum snow::StateProblem [−][src]
pub enum StateProblem {
MissingKeyMaterial,
MissingPsk,
NotTurnToWrite,
NotTurnToRead,
HandshakeNotFinished,
HandshakeAlreadyFinished,
OneWay,
}Specific errors in the state machine.
Variants
MissingKeyMaterialMissingPskNotTurnToWriteNotTurnToReadHandshakeNotFinishedHandshakeAlreadyFinishedOneWay
Trait Implementations
impl Debug for StateProblem[src]
impl Debug for StateProblemAuto Trait Implementations
impl Send for StateProblem
impl Send for StateProblemimpl Sync for StateProblem
impl Sync for StateProblem