Enum ethcore_rpc::RpcServerError []

pub enum RpcServerError {
    IoError(Error),
    Other(Error),
}

RPC Server startup error.

Variants

IO Error

Other Error (hyper)

Trait Implementations

impl Debug for RpcServerError

Formats the value using the given formatter.

impl From<Error> for RpcServerError

Performs the conversion.

impl From<Error> for RpcServerError

Performs the conversion.