pub fn internal_error<E>(err: E) -> (StatusCode, String)where E: Error,
Utility function for mapping any error into a 500 Internal Server Error response.
500 Internal Server Error