Enum ethcore::client::Error  [−][src]
Client configuration errors.
Variants
Trie(TrieError)TrieDB-related error.
Io(Error)Io error.
Trait Implementations
impl Debug for Error[src] 
impl Debug for Errorfn fmt(&self, f: &mut Formatter) -> Result[src] 
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl From<TrieError> for Error[src] 
impl From<TrieError> for Errorimpl From<Error> for Error[src] 
impl From<Error> for Errorimpl<E> From<Box<E>> for Error where
    Error: From<E>, [src] 
impl<E> From<Box<E>> for Error where
    Error: From<E>, impl Display for Error[src] 
impl Display for Errorfn fmt(&self, f: &mut Formatter) -> Result<(), FmtError>[src] 
fn fmt(&self, f: &mut Formatter) -> Result<(), FmtError>Formats the value using the given formatter. Read more
impl From<ClientError> for Error[src] 
impl From<ClientError> for Errorfn from(err: ClientError) -> Error[src] 
fn from(err: ClientError) -> ErrorPerforms the conversion.