The HTTP status code constants provided in HttpHeaders should include the string description, e.g. HTTP_STATUS_CLIENT_ERROR_NOT_FOUND = "404 Not Found" rather than just 404. I know the string description can technically be anything but that would be very uncommon, so it makes more sense to just include the whole string than making the user of the constants add the Not Found themselves.