Enum noise_protocol::NoiseError [] [src]

pub enum NoiseError {
    TooShort,
    DecryptionFailed,
}

Noise error type.

Variants

Trait Implementations

impl Debug for NoiseError
[src]

Formats the value using the given formatter.

impl From<()> for NoiseError
[src]

Performs the conversion.

impl Display for NoiseError
[src]

Formats the value using the given formatter.

impl Error for NoiseError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more