Enum rpc_lib::client::Error [−][src]
pub enum Error { Serialize(Error), Request(Error), RPC(ResponseError), Response(String), }
Error represents the RPC error.
Error can be one of many types that can occur during a request.
Variants
Serialize(Error)
Request(Error)
RPC(ResponseError)
Response(String)
Trait Implementations
impl Debug for Error
[src]
impl Debug for Error
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl From<Error> for Error
[src]
impl From<Error> for Error
impl From<Error> for Error
[src]
impl From<Error> for Error
impl Display for Error
[src]
impl Display for Error
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Error for Error
[src]
impl Error for Error