MCPcopy Create free account
hub / github.com/devoxin/Lavalink.py / LoadError

Class LoadError

lavalink/errors.py:55–56  ·  view source on GitHub ↗

Raised when a track fails to load. E.g. if a DeferredAudioTrack fails to find an equivalent.

Source from the content-addressed store, hash-verified

53
54
55class LoadError(LavalinkError):
56 """ Raised when a track fails to load. E.g. if a DeferredAudioTrack fails to find an equivalent. """
57
58
59class RequestError(LavalinkError):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected