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