Enum LoadFailedSeverity
- Namespace
- DSharpPlus.Lavalink
- Assembly
- DSharpPlus.Lavalink.dll
Represents severity level of the track loading failure.
public enum LoadFailedSeverity
- Extension Methods
Fields
[EnumMember(Value = "COMMON")] Common = 0
Indicates a known cause for the failure, and not because of Lavaplayer.
[EnumMember(Value = "FAULT")] Fault = 2
Indicates an issue with Lavaplayer or otherwise no other way to determine the cause.
[EnumMember(Value = "SUSPICIOUS")] Suspicious = 1
Indicates an unknown cause for the failure, most likely caused by outside sources.