Enum u2f::u2ferror::U2fError [] [src]

pub enum U2fError {
    Asm1DecoderError,
    BadSignature,
    RandomSecureBytesError,
    InvalidReservedByte,
    ChallengeExpired,
    WrongKeyHandler,
    InvalidClientData,
    InvalidSignatureData,
    InvalidUserPresenceByte,
    BadCertificate,
    NotTrustedAnchor,
}

Variants

Trait Implementations

impl Debug for U2fError
[src]

[src]

Formats the value using the given formatter.

impl Display for U2fError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for U2fError
[src]

[src]

A short description of the error. Read more

[src]

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