Enum bip39::error::Bip39Error [] [src]

pub enum Bip39Error {
    InvalidChecksum,
    InvalidWord,
    InvalidKeysize,
    InvalidWordLength,
    EntropyUnavailable(Error),
    LanguageUnavailable,
}

Variants

Trait Implementations

impl Debug for Bip39Error
[src]

Formats the value using the given formatter.

impl From<Error> for Bip39Error
[src]

Performs the conversion.

impl Display for Bip39Error
[src]

Formats the value using the given formatter. Read more

impl Error for Bip39Error
[src]

A short description of the error. Read more

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