Enum recrypt::api::ApiErr[]

pub enum ApiErr {
    DecryptFailed,
    InvalidAuthHash,
    InvalidSignature,
    InvalidPublicKey(String),
    InvalidReencryptionKey,
    InputWrongSize(usize),
}

Errors generated by the API

Variants

Trait Implementations

impl Debug for ApiErr

Formats the value using the given formatter. Read more

impl PartialEq for ApiErr

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for ApiErr

impl Sync for ApiErr