Enum ethcore::error::TransactionImportError[][src]

pub enum TransactionImportError {
    Transaction(TransactionError),
    Other(String),
}

Api-level error for transaction import

Variants

Transaction error

Other error

Trait Implementations

impl Debug for TransactionImportError
[src]

Formats the value using the given formatter. Read more

impl Clone for TransactionImportError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<Error> for TransactionImportError
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for TransactionImportError

impl Sync for TransactionImportError