Enum ethcore_rpc::RpcServerError
[−]
pub enum RpcServerError { IoError(Error), Other(Error), }
RPC Server startup error.
Variants
IoError(Error)
IO Error
Other(Error)
Other Error (hyper)
Trait Implementations
impl Debug for RpcServerError
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.
impl From<Error> for RpcServerError
fn from(err: Error) -> RpcServerError
Performs the conversion.
impl From<Error> for RpcServerError
fn from(err: Error) -> RpcServerError
Performs the conversion.