Enum ethcore::account_provider::HardwareError[][src]

pub enum HardwareError {
    LedgerDevice(Error),
    TrezorDevice(Error),
    Usb(Error),
    Hid(String),
    KeyNotFound,
}

Hardware wallet error.

Variants

Ledger device error.

Trezor device error

USB error.

HID error

Hardware wallet not found for specified key.

Trait Implementations

impl Display for Error
[src]

Formats the value using the given formatter. Read more

impl From<Error> for Error
[src]

Performs the conversion.

impl From<Error> for Error
[src]

Performs the conversion.

impl From<Error> for Error
[src]

Performs the conversion.

impl Debug for Error
[src]

Formats the value using the given formatter. Read more

impl From<HardwareError> for SignError
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Error

impl Sync for Error