Struct LavalinkLoadFailedInfo
Represents properties sent when a Lavalink track is unable to load.
Namespace: DSharpPlus.Lavalink
Assembly: cs.temp.dll.dll
Syntax
public struct LavalinkLoadFailedInfo
Properties
Message
Gets the message of the sent exception.
Declaration
public string Message { get; }
Property Value
Type | Description |
---|---|
System.String |
Severity
Gets the severity level of the track loading failure.
Declaration
public LoadFailedSeverity Severity { get; }
Property Value
Type | Description |
---|---|
LoadFailedSeverity |