Struct hyper::error::Error [] [src]

pub struct Error { /* fields omitted */ }

Represents errors that can occur handling HTTP streams.

Methods

impl Error
[src]

[src]

Returns true if this was an HTTP parse error.

[src]

Returns true if this error was caused by user code.

[src]

Returns true if this was about a Request that was canceled.

[src]

Returns true if a sender's channel is closed.

Trait Implementations

impl Debug for Error
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for Error
[src]

[src]

Formats the value using the given formatter. Read more

impl StdError for Error
[src]

[src]

A short description of the error. Read more

[src]

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

Auto Trait Implementations

impl Send for Error

impl Sync for Error