Enum hotboot::Error [] [src]

pub enum Error {
    EncryptionError(ErrorStack),
    DecryptionError(ErrorStack),
    RandomBytesError(ErrorStack),
    KeyDerivationError(ErrorStack),
}

Error that can be raised by a failed hide or recover call.

Variants

Error occuring during encryption

Error occuring during decryption

Error occuring while trying to gather random bytes

Error occuring while trying to derive a key from the secret

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.