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]
impl Display for InvalidStatusCode[src]
fn fmt(&self, f: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more