Struct tk_http::server::Error
[−]
pub struct Error(_);
HTTP server error
Methods
impl Error
[src]
fn custom<E: Into<Box<Error + Send + Sync>>>(err: E) -> Error
Create an error instance wrapping custom error
Trait Implementations
impl Debug for Error
[src]
impl Display for Error
impl From<ErrorEnum> for Error
fn from(err: ErrorEnum) -> Self
Performs the conversion.
impl Error for Error
fn description(&self) -> &str
A short description of the error. Read more
fn cause(&self) -> Option<&Error>
The lower-level cause of this error, if any. Read more