ApiConnectionException#
- exception ApiConnectionException(response)#
Provides the exception to raise when connection to the API server fails.
For more information about the failure, inspect
.response.- Parameters:
- response
requests.Response Response from the server.
- response