Enum ethcore::client::BlockImportError [] [src]

pub enum BlockImportError {
    Import(ImportError),
    Block(BlockError),
    Other(String),
}

Error dedicated to import block function

Variants

Import error

Block error

Other error

Trait Implementations

impl Debug for BlockImportError
[src]

Formats the value using the given formatter.

impl From<Error> for BlockImportError
[src]

Performs the conversion.