Exceptions¶
- exception pomice.exceptions.AppleMusicNotEnabled[source]¶
Bases:
PomiceExceptionAn Apple Music Link was passed in when Apple Music functionality was not enabled.
- exception pomice.exceptions.FilterInvalidArgument[source]¶
Bases:
PomiceExceptionAn invalid argument was passed to a filter.
- exception pomice.exceptions.FilterTagAlreadyInUse[source]¶
Bases:
PomiceExceptionA filter with a tag is already in use by another filter
- exception pomice.exceptions.FilterTagInvalid[source]¶
Bases:
PomiceExceptionAn invalid tag was passed or Pomice was unable to find a filter tag
- exception pomice.exceptions.InvalidSpotifyClientAuthorization[source]¶
Bases:
PomiceExceptionNo Spotify client authorization was provided for track searching.
- exception pomice.exceptions.LavalinkVersionIncompatible[source]¶
Bases:
PomiceExceptionLavalink version is incompatible. Must be using Lavalink > 3.7.0 to avoid this error.
- exception pomice.exceptions.NoNodesAvailable[source]¶
Bases:
PomiceExceptionThere are no nodes currently available.
- exception pomice.exceptions.NodeConnectionClosed[source]¶
Bases:
NodeExceptionThe node’s connection is closed.
- exception pomice.exceptions.NodeConnectionFailure[source]¶
Bases:
NodeExceptionThere was a problem while connecting to the node.
- exception pomice.exceptions.NodeCreationError[source]¶
Bases:
NodeExceptionThere was a problem while creating the node.
- exception pomice.exceptions.NodeNotAvailable[source]¶
Bases:
PomiceExceptionThe node is currently unavailable.
- exception pomice.exceptions.NodeRestException[source]¶
Bases:
NodeExceptionA request made using the node’s REST uri failed
- exception pomice.exceptions.PomiceException[source]¶
Bases:
ExceptionBase of all Pomice exceptions.
- exception pomice.exceptions.QueueEmpty[source]¶
Bases:
QueueExceptionException raised when attempting to retrieve from an empty Queue.
- exception pomice.exceptions.QueueFull[source]¶
Bases:
QueueExceptionException raised when attempting to add to a full Queue.
- exception pomice.exceptions.TrackInvalidPosition[source]¶
Bases:
PomiceExceptionAn invalid position was chosen for a track.
- exception pomice.exceptions.TrackLoadError[source]¶
Bases:
PomiceExceptionThere was an error while loading a track.