Enum tokio_http2::http2::HttpError [] [src]

pub enum HttpError {
    Protocol,
    Internal,
    FlowControlError,
    SettingsTimeout,
}

Variants