Enum ethcore::account_provider::SignError [] [src]

pub enum SignError {
    NotUnlocked,
    SStore(SSError),
}

Signing error

Variants

Account is not unlocked

Low-level error from store

Trait Implementations

impl Debug for SignError
[src]

Formats the value using the given formatter.

impl Display for SignError
[src]

Formats the value using the given formatter.

impl From<SSError> for SignError
[src]

Performs the conversion.