Enum sozu_lib::network::ConnectionError[][src]

pub enum ConnectionError {
    NoHostGiven,
    NoRequestLineGiven,
    HostNotFound,
    NoBackendAvailable,
    ToBeDefined,
    HttpsRedirect,
}

Variants

Trait Implementations

impl Debug for ConnectionError
[src]

Formats the value using the given formatter. Read more

impl PartialEq for ConnectionError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for ConnectionError
[src]

Auto Trait Implementations