errors#
Errors.
All of the ongaku errors.
RestError
#
Bases: OngakuError
The base rest error for all rest action errors.
RestStatusError
#
RestRequestError
#
RestRequestError(
timestamp: datetime.datetime,
status: int,
error: str,
message: str,
path: str,
trace: str | None,
)
RestExceptionError
#
RestExceptionError(
message: str | None, severity: SeverityType, cause: str
)
Bases: RestError
, errors_.ExceptionError
Raised when a track search results in a error result.
ClientError
#
Bases: OngakuError
The base for all client errors.
ClientAliveError
#
ClientAliveError(reason: str)
Bases: ClientError
Raised when the client is not currently alive, or has crashed.
SessionError
#
Bases: OngakuError
The base session error for all session related errors.
SessionStartError
#
Bases: SessionError
Raised when the session has not started. (has not received the ready payload).
SessionMissingError
#
Bases: SessionError
Raised when the session could not be found.
SessionHandlerError
#
Bases: OngakuError
The base for all session handler related errors.
NoSessionsError
#
Bases: SessionHandlerError
Raised when there is no available sessions for the handler to return.
PlayerError
#
Bases: OngakuError
The base for all player related errors.
PlayerConnectError
#
PlayerConnectError(reason: str)
Bases: PlayerError
Raised when the player cannot connect to lavalink, or discord.
PlayerQueueError
#
PlayerQueueError(reason: str)
Bases: PlayerError
Raised when the players queue is empty.
PlayerMissingError
#
Bases: PlayerError
Raised when the player could not be found.
BuildError
#
Bases: OngakuError
Raised when a abstract class fails to build.
TimeoutError
#
Bases: OngakuError
Raised when an event times out.
UniqueError
#
UniqueError(reason: str | None)
Bases: OngakuError
Raised when a value should be unique, but is not.