lavalink-client
Toggle table of contents
e820ca97c0a18d12b08c24f6a6960a7dea6f056b-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