Enum ethcore::trace::Error [] [src]

pub enum Error {
    ResyncRequired,
}

TraceDB errors.

Variants

Returned when tracing is enabled, but database does not contain traces of old transactions.

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.

impl Display for Error
[src]

Formats the value using the given formatter.