pub fn internal_server_error<D>(msg: D) -> Errorwhere
    D: Debug + Display + Send + 'static,
Expand description

Equivalent to custom(StatusCode::INTERNAL_SERVER_ERROR, msg).