Enum threema_gateway::errors::CryptoError []

pub enum CryptoError {
    BadKey(String),
}

Crypto related errors.

Variants

Bad key

Trait Implementations

impl Debug for CryptoError
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for CryptoError

Formats the value using the given formatter. Read more

impl Error for CryptoError

A short description of the error. Read more

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

impl From<String> for CryptoError

Performs the conversion.