Enum ethcore::account_provider::HardwareError [−][src]
pub enum HardwareError {
LedgerDevice(Error),
TrezorDevice(Error),
Usb(Error),
Hid(String),
KeyNotFound,
}Hardware wallet error.
Variants
LedgerDevice(Error)Ledger device error.
TrezorDevice(Error)Trezor device error
Usb(Error)USB error.
Hid(String)HID error
KeyNotFoundHardware wallet not found for specified key.
Trait Implementations
impl Display for Error[src]
impl Display for Errorfn fmt(&self, f: &mut Formatter) -> Result<(), Error>[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl From<Error> for Error[src]
impl From<Error> for Errorimpl From<Error> for Error[src]
impl From<Error> for Errorimpl From<Error> for Error[src]
impl From<Error> for Errorimpl Debug for Error[src]
impl Debug for Errorfn fmt(&self, f: &mut Formatter) -> Result<(), Error>[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl From<HardwareError> for SignError[src]
impl From<HardwareError> for SignErrorfn from(e: HardwareError) -> Self[src]
fn from(e: HardwareError) -> SelfPerforms the conversion.