sounds.exceptions

Exceptions

SoundsException

Generic exception for the module

LoginFailedError

Generic exception for the module

NetworkError

Generic exception for the module

APIResponseError

Generic exception for the module

InvalidFormatError

Generic exception for the module

UnauthorisedError

Generic exception for the module

InvalidArgumentsError

Generic exception for the module

NotFoundError

Generic exception for the module

Module Contents

exception sounds.exceptions.SoundsException

Bases: Exception

Generic exception for the module

exception sounds.exceptions.LoginFailedError

Bases: SoundsException

Generic exception for the module

exception sounds.exceptions.NetworkError

Bases: SoundsException

Generic exception for the module

exception sounds.exceptions.APIResponseError

Bases: SoundsException

Generic exception for the module

exception sounds.exceptions.InvalidFormatError

Bases: SoundsException

Generic exception for the module

exception sounds.exceptions.UnauthorisedError

Bases: SoundsException

Generic exception for the module

exception sounds.exceptions.InvalidArgumentsError

Bases: SoundsException

Generic exception for the module

exception sounds.exceptions.NotFoundError

Bases: SoundsException

Generic exception for the module