Enum shadowsocks::crypto::cipher::Error [] [src]

pub enum Error {
    UnknownCipherType,
    OpenSSLError(ErrorStack),
    IoError(Error),
    AeadDecryptFailed,
}

Cipher error

Variants

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.

impl Display for Error
[src]

Formats the value using the given formatter. Read more

impl From<ErrorStack> for Error
[src]

Performs the conversion.