discogs_client.exceptions module#
- exception discogs_client.exceptions.DiscogsAPIError#
Bases:
Exception
Root Exception class for Discogs API errors.
- exception discogs_client.exceptions.TooManyAttemptsError#
Bases:
DiscogsAPIError
Exception class for when the ratelimit for the API is hit too many times consecutively and backing off has not helped.
- exception discogs_client.exceptions.ConfigurationError(msg)#
Bases:
DiscogsAPIError
Exception class for problems with the configuration of this client.
- exception discogs_client.exceptions.HTTPError(message, code)#
Bases:
DiscogsAPIError
Exception class for HTTP errors.