Enum ethcore::account_provider::SignError
[−]
[src]
pub enum SignError { NotUnlocked, NotFound, Hardware(HardwareError), SStore(SSError), }
Signing error
Variants
NotUnlocked
Account is not unlocked
NotFound
Account does not exist.
Hardware(HardwareError)
Low-level hardware device error.
SStore(SSError)
Low-level error from store
Trait Implementations
impl Debug for SignError
[src]
impl Debug for SignError
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Display for SignError
[src]
impl Display for SignError
fn 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 SignError
impl From<SSError> for SignError
[src]
impl From<SSError> for SignError
impl From<AccountsError> for Error
[src]
impl From<AccountsError> for Error
fn from(err: AccountsError) -> Error
[src]
fn from(err: AccountsError) -> Error
Performs the conversion.