Struct http::status::InvalidStatusCode [] [src]

pub struct InvalidStatusCode { /* fields omitted */ }

A possible error value when converting a StatusCode from a u16 or &str

This error indicates that the supplied input was not a valid number, was less than 100, or was greater than 599.

Trait Implementations

impl Debug for InvalidStatusCode
[src]

[src]

Formats the value using the given formatter.

impl Display for InvalidStatusCode
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for InvalidStatusCode
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

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