Enum safecoin_remote_wallet::remote_wallet::RemoteWalletError [−][src]
pub enum RemoteWalletError { Hid(String), DeviceTypeMismatch, InvalidDevice, DerivationPathError(DerivationPathError), InvalidInput(String), InvalidPath(String), LedgerError(LedgerError), NoDeviceFound, Protocol(&'static str), PubkeyNotFound, UserCancel, LocatorError(LocatorError), }
Expand description
Remote wallet error.
Variants
Tuple Fields of Hid
0: String
Tuple Fields of DerivationPathError
Tuple Fields of InvalidInput
0: String
Tuple Fields of InvalidPath
0: String
Tuple Fields of LedgerError
0: LedgerError
Tuple Fields of Protocol
0: &'static str
Tuple Fields of LocatorError
0: LocatorError
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for RemoteWalletError
impl Send for RemoteWalletError
impl Sync for RemoteWalletError
impl Unpin for RemoteWalletError
impl UnwindSafe for RemoteWalletError
Blanket Implementations
pub default fn example() -> T
pub fn as_fail(&self) -> &(dyn Fail + 'static)
pub fn as_fail(&self) -> &(dyn Fail + 'static)
Converts a reference to Self
into a dynamic trait object of Fail
.
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self