kvarn_extensions::reverse_proxy

Enum GatewayError

source
pub enum GatewayError {
    Io(Error),
    Timeout,
    Parse(Error),
}
Available on crate feature reverse-proxy only.

Variants§

§

Io(Error)

§

Timeout

§

Parse(Error)

Trait Implementations§

source§

impl Debug for GatewayError

source§

fn fmt(&self, f: &mut Formatter<'_>) ->