Enum LoadFailedSeverity
Represents severity level of the track loading failure.
Namespace: DSharpPlus.Lavalink
Assembly: cs.temp.dll.dll
Syntax
public enum LoadFailedSeverity
Fields
Name | Description |
---|---|
Common | Indicates a known cause for the failure, and not because of Lavaplayer. |
Fault | Indicates an issue with Lavaplayer or otherwise no other way to determine the cause. |
Suspicious | Indicates an unknown cause for the failure, most likely caused by outside sources. |