Enum ethcore::client::EvmTestError[][src]

pub enum EvmTestError {
    Trie(Box<TrieError>),
    Evm(Error),
    ClientError(Error),
    PostCondition(String),
}

EVM test Error.

Variants

Trie integrity error.

EVM error.

Initialization error.

Post-condition failure,

Trait Implementations

impl Debug for EvmTestError
[src]

Formats the value using the given formatter. Read more

impl<E: Into<Error>> From<E> for EvmTestError
[src]

Performs the conversion.

impl Display for EvmTestError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for EvmTestError

impl !Sync for EvmTestError