SpotifyTrackErrorCode
An error code returned when there is a problem with spotify tracks.
enum SpotifyTrackErrorCode {
spotifyTrackNotFound
previewUrlNotFound
}
Values
spotifyTrackNotFound
The spotify track with the provided id does not exist.
previewUrlNotFound
The preview URL for the spotify track does not exist.