Enum threema_gateway::errors::ApiBuilderError []

pub enum ApiBuilderError {
    MissingKey,
    InvalidKey(String),
}

Errors when interacting with the ApiBuilder.

Variants

No private key has been set.

Invalid libsodium private key.

Trait Implementations

impl Debug for ApiBuilderError
[src]

Formats the value using the given formatter.

impl Display for ApiBuilderError

Formats the value using the given formatter. Read more

impl Error for ApiBuilderError

A short description of the error. Read more

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