sounds.exceptions ================= .. py:module:: sounds.exceptions Exceptions ---------- .. autoapisummary:: sounds.exceptions.SoundsException sounds.exceptions.LoginFailedError sounds.exceptions.NetworkError sounds.exceptions.APIResponseError sounds.exceptions.InvalidFormatError sounds.exceptions.UnauthorisedError sounds.exceptions.InvalidArgumentsError sounds.exceptions.NotFoundError Module Contents --------------- .. py:exception:: SoundsException Bases: :py:obj:`Exception` Generic exception for the module .. py:exception:: LoginFailedError Bases: :py:obj:`SoundsException` Generic exception for the module .. py:exception:: NetworkError Bases: :py:obj:`SoundsException` Generic exception for the module .. py:exception:: APIResponseError Bases: :py:obj:`SoundsException` Generic exception for the module .. py:exception:: InvalidFormatError Bases: :py:obj:`SoundsException` Generic exception for the module .. py:exception:: UnauthorisedError Bases: :py:obj:`SoundsException` Generic exception for the module .. py:exception:: InvalidArgumentsError Bases: :py:obj:`SoundsException` Generic exception for the module .. py:exception:: NotFoundError Bases: :py:obj:`SoundsException` Generic exception for the module