Skip to content

Exceptions

mopidy.exceptions

Classes:

  • AudioException

    Raised when the audio layer encounters an error.

  • BackendError

    Raised when a backend encounters an error.

  • CoreError

    Raised when the core encounters an error.

  • ExtensionError

    Raised when an extension fails environment validation or setup.

  • FrontendError

    Raised when a frontend encounters an error.

  • MixerError

    Raised when a mixer encounters an error.

  • MopidyException

    Base class for all Mopidy exceptions.

  • ScannerError

    Raised when the file scanner encounters an error.

  • TracklistFull

    Raised when the tracklist cannot accept more tracks.

  • ValidationError

    Raised when an API argument fails validation.

AudioException

Bases: MopidyException

Raised when the audio layer encounters an error.

BackendError

Bases: MopidyException

Raised when a backend encounters an error.

CoreError

Bases: MopidyException

Raised when the core encounters an error.

ExtensionError

Bases: MopidyException

Raised when an extension fails environment validation or setup.

FrontendError

Bases: MopidyException

Raised when a frontend encounters an error.

MixerError

Bases: MopidyException

Raised when a mixer encounters an error.

MopidyException

Bases: Exception

Base class for all Mopidy exceptions.

ScannerError

Bases: MopidyException

Raised when the file scanner encounters an error.

TracklistFull

Bases: CoreError

Raised when the tracklist cannot accept more tracks.

ValidationError

Bases: ValueError

Raised when an API argument fails validation.