class NewRelic::Agent::HTTPClients::HTTPXErrorResponse

HTTPX returns an instance of HTTPX::ErrorResponse on error, and that instance itself yields the underlying HTTP response object via response, but depending on the error that HTTP response object could be unset.