Enum ethcore_util::error::BaseDataError [] [src]

pub enum BaseDataError {
    NegativelyReferencedHash(H256),
    AlreadyExists(H256),
}

Error in database subsystem.

Variants

An entry was removed more times than inserted.

A committed value was inserted more than once.

Trait Implementations

impl Debug for BaseDataError
[src]

Formats the value using the given formatter.

impl Display for BaseDataError
[src]

Formats the value using the given formatter.