Enum ethcore::client::Error
[−]
[src]
pub enum Error { Trace(TraceError), Trie(TrieError), Database(String), Util(UtilError), }
Client configuration errors.
Variants
Trace(TraceError)
TraceDB configuration error.
Trie(TrieError)
TrieDB-related error.
Database(String)
Database error
Util(UtilError)
Util error
Trait Implementations
impl Debug for Error
[src]
impl From<TraceError> for Error
[src]
fn from(err: TraceError) -> Self
Performs the conversion.