lavalink-client
Toggle table of contents
6debba05f13e5c2fd75471a6f356506f1761c3ad-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
lavalink-client
lavalink-client
/
dev.arbjerg.lavalink.client.player
/
TrackException
Track
Exception
data
class
TrackException
(
val
message
:
String
?
,
val
severity
:
Exception.Severity
,
val
cause
:
String
)
Members
Constructors
Track
Exception
Link copied to clipboard
constructor
(
message
:
String
?
,
severity
:
Exception.Severity
,
cause
:
String
)
Properties
cause
Link copied to clipboard
val
cause
:
String
message
Link copied to clipboard
val
message
:
String
?
severity
Link copied to clipboard
val
severity
:
Exception.Severity