SpotifyTrackEnqueueErrorCode
An error code returned when there is a problem enqueuing spotify tracks.
enum SpotifyTrackEnqueueErrorCode {
spotifyTrackNotFound
previewUrlNotFound
rateLimitExceeded
}
Values
spotifyTrackNotFound
The spotify track with the provided id does not exist.
previewUrlNotFound
The preview URL for the spotify track does not exist.
rateLimitExceeded
The rate limit for enqueuing spotify tracks has been exceeded.