Enum LavalinkLoadResultType
- Namespace
- DSharpPlus.Lavalink
- Assembly
- DSharpPlus.Lavalink.dll
Represents Lavalink track loading results.
[JsonConverter(typeof(StringEnumConverter))]
public enum LavalinkLoadResultType
- Extension Methods
Fields
[EnumMember(Value = "LOAD_FAILED")] LoadFailed = 4
Specifies that the track failed to load.
[EnumMember(Value = "NO_MATCHES")] NoMatches = 3
Specifies that the search yielded no results.
[EnumMember(Value = "PLAYLIST_LOADED")] PlaylistLoaded = 1
Specifies that playlist was loaded successfully.
[EnumMember(Value = "SEARCH_RESULT")] SearchResult = 2
Specifies that the result set contains search results.
[EnumMember(Value = "TRACK_LOADED")] TrackLoaded = 0
Specifies that track was loaded successfully.