protocol
4.0.5
common
protocol
/
dev.arbjerg.lavalink.protocol.v4
/
Exception
Exception
@
Serializable
data
class
Exception
(
val
message
:
String
?
,
val
severity
:
Exception.Severity
,
val
cause
:
String
)
:
LoadResult.Data
Members
Constructors
Exception
Link copied to clipboard
constructor
(
message
:
String
?
,
severity
:
Exception.Severity
,
cause
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Severity
Link copied to clipboard
@
Serializable
enum
Severity
:
Enum
<
Exception.Severity
>
Severity levels for FriendlyException
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