Exceptions#

podme_api exceptions.

exception podme_api.exceptions.PodMeApiError[source]#

Bases: Exception

Generic PodMe exception.

exception podme_api.exceptions.PodMeApiNotFoundError[source]#

Bases: PodMeApiError

PodMe not found exception.

exception podme_api.exceptions.PodMeApiConnectionError[source]#

Bases: PodMeApiError

PodMe connection exception.

exception podme_api.exceptions.PodMeApiConnectionTimeoutError[source]#

Bases: PodMeApiConnectionError

PodMe connection timeout exception.

exception podme_api.exceptions.PodMeApiRateLimitError[source]#

Bases: PodMeApiConnectionError

PodMe Rate Limit exception.

exception podme_api.exceptions.PodMeApiAuthenticationError[source]#

Bases: PodMeApiError

PodMe authentication exception.

exception podme_api.exceptions.PodMeApiUnauthorizedError[source]#

Bases: PodMeApiError

PodMe unauthorized exception.

exception podme_api.exceptions.PodMeApiDownloadError[source]#

Bases: PodMeApiError

PodMe download exception.

exception podme_api.exceptions.PodMeApiStreamUrlError[source]#

Bases: PodMeApiDownloadError

PodMe stream_url exception.

exception podme_api.exceptions.PodMeApiPlaylistUrlNotFoundError[source]#

Bases: PodMeApiStreamUrlError

PodMe playlist url not found exception.

exception podme_api.exceptions.PodMeApiStreamUrlNotFoundError[source]#

Bases: PodMeApiStreamUrlError

PodMe stream url not found exception.