Enum LavalinkLoadResultType
- Namespace
- DisCatSharp.Lavalink.Enums
- Assembly
- DisCatSharp.Lavalink.dll
Represents Lavalink track loading results.
[JsonConverter(typeof(StringEnumConverter))]
public enum LavalinkLoadResultType
Fields
[EnumMember(Value = "track")] Track = 0
Specifies that track was loaded successfully.
[EnumMember(Value = "playlist")] Playlist = 1
Specifies that playlist was loaded successfully.
[EnumMember(Value = "search")] Search = 2
Specifies that the result set contains search results.
[EnumMember(Value = "empty")] Empty = 3
Specifies that the search yielded no results.
[EnumMember(Value = "error")] Error = 4
Specifies that the track failed to load.