kvarn::application

Enum Error

source
pub enum Error {
    Parse(Error),
    Io(Error),
    H2(Error),
    H3(Error),
    VersionNotSupported,
    UnsupportedPush,
    ClientRefusedResponse,
}
Expand description

General error for application-level logic.

Mostly, the Error::Parse, Error::Io, and Error::H2 signal errors with the request emitted from respective library.

Variants§

§

Parse(Error)

A parse error from the module parse.

§

Io(Error)

An input-output error was encountered while reading or writing.

§

H2(Error)

Available on crate feature http2 only.

[h2] emitted an error