AzuracastPy Exceptions

class AzuracastPy.exceptions.AzuracastException

The base Azuracast Exception class that all other exceptions will extend

class AzuracastPy.exceptions.AzuracastAPIException

Indicates API errors

class AzuracastPy.exceptions.AccessDeniedException

Indicates unauthorized access to certain endpoints.

class AzuracastPy.exceptions.UnexpectedErrorException

Indicates unexpected errors encountered from the Azuracast API.

class AzuracastPy.exceptions.ClientException

Indicates errors made by the user of the API.