use fmt;
/// An HTTP error returned by a handler.
///
/// Contains an HTTP status code and a message. The message is sanitized
/// before being sent to clients for 5xx errors (only generic "internal server error"
/// is shown), but passed through for 4xx errors.