Enum sparkle::server::ServerError [] [src]

pub enum ServerError {
    Io {
        inner: Error,
        what: String,
    },
}

Specifies an error that occurred while receiving a request and sending its response.

Variants

Fields of Io

Trait Implementations

impl Debug for ServerError
[src]

Formats the value using the given formatter.

impl Error for ServerError
[src]

A short description of the error. Read more

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

impl Display for ServerError
[src]

Formats the value using the given formatter. Read more