Enum ethcore::transaction_import::TransactionImportError
[−]
[src]
pub enum TransactionImportError { Transaction(TransactionError), Other(String), }
Api-level error for transaction import
Variants
Transaction(TransactionError)
Transaction error
Other(String)
Other error
Trait Implementations
impl Debug for TransactionImportError
[src]
impl Clone for TransactionImportError
[src]
fn clone(&self) -> TransactionImportError
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more