Enum threema_gateway::errors::ApiBuilderError
[−]
pub enum ApiBuilderError { MissingKey, InvalidKey(String), }
Errors when interacting with the ApiBuilder
.
Variants
MissingKey
No private key has been set.
InvalidKey(String)
Invalid libsodium private key.
Trait Implementations
impl Debug for ApiBuilderError
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more