Enum sardine::SrdError[][src]

pub enum SrdError {
    Io(Error),
    Ffi(NulError),
    BadSequence,
    Crypto,
    MissingBlob,
    BlobFormatError,
    Cipher,
    Rng,
    InvalidKeySize,
    InvalidMac,
    InvalidCbt,
    InvalidCert,
    InvalidCredentials,
    InvalidCstr,
    InvalidDataLength,
    InvalidSignature,
}

Variants

Trait Implementations

impl Debug for SrdError
[src]

Formats the value using the given formatter. Read more

impl Display for SrdError
[src]

Formats the value using the given formatter. Read more

impl Error for SrdError
[src]

This method is soft-deprecated. Read more

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

impl From<Error> for SrdError
[src]

Performs the conversion.

impl From<NulError> for SrdError
[src]

Performs the conversion.

impl From<FromUtf8Error> for SrdError
[src]

Performs the conversion.

impl From<InvalidKeyLength> for SrdError
[src]

Performs the conversion.

impl From<Error> for SrdError
[src]

Performs the conversion.

impl From<Error> for SrdError
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for SrdError

impl Sync for SrdError