Requests can have connection errors described here: https://requests.readthedocs.io/en/latest/user/quickstart/#errors-and-exceptions Handle these exceptions / expose them somehow. Most likely aggregating any connection errors as a single error.
Requests can have connection errors described here: https://requests.readthedocs.io/en/latest/user/quickstart/#errors-and-exceptions
Handle these exceptions / expose them somehow. Most likely aggregating any connection errors as a single error.