Enum rotor_http::client::ProtocolError []

pub enum ProtocolError {
    ConnectError(Error),
    ConnectionClosed,
    ReadError(Error),
    WriteError(Error),
}

Error

Variants

Error when connecting

Error on idle connection

Trait Implementations

impl Debug for ProtocolError
[src]

Formats the value using the given formatter.

impl Display for ProtocolError

Formats the value using the given formatter. Read more

impl Error for ProtocolError

A short description of the error. Read more

The lower-level cause of this error, if any. Read more

impl From<Exception> for ProtocolError
[src]

Performs the conversion.