Uses of Class
se.michaelthelin.spotify.exceptions.SpotifyWebApiException
Packages that use SpotifyWebApiException
Package
Description
-
Uses of SpotifyWebApiException in se.michaelthelin.spotify
Methods in se.michaelthelin.spotify that throw SpotifyWebApiExceptionModifier and TypeMethodDescriptionIHttpManager.delete
(URI uri, org.apache.hc.core5.http.Header[] headers, org.apache.hc.core5.http.HttpEntity body) Perform an HTTP DELETE request to the specified URL.SpotifyHttpManager.delete
(URI uri, org.apache.hc.core5.http.Header[] headers, org.apache.hc.core5.http.HttpEntity body) Perform an HTTP GET request to the specified URL.IHttpManager.post
(URI uri, org.apache.hc.core5.http.Header[] headers, org.apache.hc.core5.http.HttpEntity body) Perform an HTTP POST request to the specified URL.SpotifyHttpManager.post
(URI uri, org.apache.hc.core5.http.Header[] headers, org.apache.hc.core5.http.HttpEntity body) IHttpManager.put
(URI uri, org.apache.hc.core5.http.Header[] headers, org.apache.hc.core5.http.HttpEntity body) Perform an HTTP PUT request to the specified URL.SpotifyHttpManager.put
(URI uri, org.apache.hc.core5.http.Header[] headers, org.apache.hc.core5.http.HttpEntity body) -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.exceptions.detailed
Subclasses of SpotifyWebApiException in se.michaelthelin.spotify.exceptions.detailedModifier and TypeClassDescriptionclass
The server was acting as a gateway or proxy and received an invalid response from the upstream server.class
The request could not be understood by the server due to malformed syntax.class
The server understood the request, but is refusing to fulfill it.class
You should never receive this error because our clever coders catch them all ... but if you are unlucky enough to get one, please report it to us.class
The requested resource could not be found.class
The server is currently unable to handle the request due to a temporary condition which will be alleviated after some delay.class
Rate limiting has been applied.class
The request requires user authorization or, if the request included authorization credentials, authorization has been refused for those credentials. -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests
Methods in se.michaelthelin.spotify.requests that throw SpotifyWebApiExceptionModifier and TypeMethodDescriptionAbstractRequest.deleteJson()
IRequest.deleteJson()
IRequest.execute()
AbstractRequest.getJson()
IRequest.getJson()
AbstractRequest.postJson()
IRequest.postJson()
AbstractRequest.putJson()
IRequest.putJson()
-
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.authorization.authorization_code
Methods in se.michaelthelin.spotify.requests.authorization.authorization_code that throw SpotifyWebApiExceptionModifier and TypeMethodDescriptionAuthorizationCodeRefreshRequest.execute()
Request newAuthorizationCodeCredentials
.AuthorizationCodeRequest.execute()
Request newAuthorizationCodeCredentials
. -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.authorization.authorization_code.pkce
Methods in se.michaelthelin.spotify.requests.authorization.authorization_code.pkce that throw SpotifyWebApiExceptionModifier and TypeMethodDescriptionAuthorizationCodePKCERefreshRequest.execute()
Request newAuthorizationCodeCredentials
.AuthorizationCodePKCERequest.execute()
Request newAuthorizationCodeCredentials
. -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.authorization.client_credentials
Methods in se.michaelthelin.spotify.requests.authorization.client_credentials that throw SpotifyWebApiException -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.albums
Methods in se.michaelthelin.spotify.requests.data.albums that throw SpotifyWebApiException -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.artists
Methods in se.michaelthelin.spotify.requests.data.artists that throw SpotifyWebApiExceptionModifier and TypeMethodDescriptionGetArtistRequest.execute()
Get anArtist
.GetArtistsAlbumsRequest.execute()
Get theAlbumSimplified
objects.Artist[]
GetArtistsRelatedArtistsRequest.execute()
Get the relatedArtist
objects.Track[]
GetArtistsTopTracksRequest.execute()
Get the topTrack
objects.Artist[]
GetSeveralArtistsRequest.execute()
Get severalArtist
objects. -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.browse
Methods in se.michaelthelin.spotify.requests.data.browse that throw SpotifyWebApiExceptionModifier and TypeMethodDescriptionGetCategoryRequest.execute()
Get aCategory
.GetCategorysPlaylistsRequest.execute()
Get multiplePlaylistSimplified
objects.GetListOfCategoriesRequest.execute()
Get a paging ofCategory
objects.GetListOfFeaturedPlaylistsRequest.execute()
GetFeaturedPlaylists
synchronously.GetListOfNewReleasesRequest.execute()
Get a paging of newAlbumSimplified
releases.GetRecommendationsRequest.execute()
Get theRecommendations
. -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.browse.miscellaneous
Methods in se.michaelthelin.spotify.requests.data.browse.miscellaneous that throw SpotifyWebApiException -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.episodes
Methods in se.michaelthelin.spotify.requests.data.episodes that throw SpotifyWebApiException -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.follow
Methods in se.michaelthelin.spotify.requests.data.follow that throw SpotifyWebApiExceptionModifier and TypeMethodDescriptionBoolean[]
CheckCurrentUserFollowsArtistsOrUsersRequest.execute()
Check whether the user is following one or more users or artist or not.Boolean[]
CheckUsersFollowPlaylistRequest.execute()
Check whether a user is following a playlist or not.FollowArtistsOrUsersRequest.execute()
Follow an artist or user.FollowPlaylistRequest.execute()
Follow a playlist.GetUsersFollowedArtistsRequest.execute()
Get a list of artists the user is following.UnfollowArtistsOrUsersRequest.execute()
Unfollow an artist or user.UnfollowPlaylistRequest.execute()
Unfollow a playlist. -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.follow.legacy
Methods in se.michaelthelin.spotify.requests.data.follow.legacy that throw SpotifyWebApiException -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.library
Methods in se.michaelthelin.spotify.requests.data.library that throw SpotifyWebApiExceptionModifier and TypeMethodDescriptionBoolean[]
CheckUsersSavedAlbumsRequest.execute()
Check whether an album is present in the current user's "Your Music" library.Boolean[]
CheckUsersSavedEpisodesRequest.execute()
Check if one or more episodes is already saved in the current Spotify user's 'Your Episodes' library.Boolean[]
CheckUsersSavedShowsRequest.execute()
Check whether a show is present in the current user's "Your Music" library.Boolean[]
CheckUsersSavedTracksRequest.execute()
Check whether an track is present in the current user's "Your Music" library.GetCurrentUsersSavedAlbumsRequest.execute()
Get the saved albums of the current user.GetUsersSavedEpisodesRequest.execute()
Get a list of the current user’s saved episodes.GetUsersSavedShowsRequest.execute()
Get a list of the current user’s saved shows.GetUsersSavedTracksRequest.execute()
Get the songs from the current users "Your Music" library.RemoveAlbumsForCurrentUserRequest.execute()
Remove one or more albums from the current user’s ‘Your Music’ library.RemoveUsersSavedEpisodesRequest.execute()
Remove one or more episodes from current Spotify user’s library.RemoveUsersSavedShowsRequest.execute()
Delete one or more shows from current Spotify user’s library.RemoveUsersSavedTracksRequest.execute()
Remove one or more tracks from the current user’s ‘Your Music’ library.SaveAlbumsForCurrentUserRequest.execute()
Save an album to the "Your Music" library.SaveEpisodesForCurrentUserRequest.execute()
Save one or more episodes.SaveShowsForCurrentUserRequest.execute()
Save one or more shows.SaveTracksForUserRequest.execute()
Save one or more tracks. -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.personalization
Methods in se.michaelthelin.spotify.requests.data.personalization that throw SpotifyWebApiException -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.personalization.simplified
Methods in se.michaelthelin.spotify.requests.data.personalization.simplified that throw SpotifyWebApiException -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.player
Methods in se.michaelthelin.spotify.requests.data.player that throw SpotifyWebApiExceptionModifier and TypeMethodDescriptionAddItemToUsersPlaybackQueueRequest.execute()
Add an item to the user's playback queue.GetCurrentUsersRecentlyPlayedTracksRequest.execute()
Get an user's recently played tracks.GetInformationAboutUsersCurrentPlaybackRequest.execute()
Get information about a user's playback.GetTheUsersQueueRequest.execute()
Get the user's current playback queue.Device[]
GetUsersAvailableDevicesRequest.execute()
Get an user's available devices.GetUsersCurrentlyPlayingTrackRequest.execute()
Get an user's currently playing track.PauseUsersPlaybackRequest.execute()
Pause an user's playback.SeekToPositionInCurrentlyPlayingTrackRequest.execute()
Seek to a position in the user's currently playing track.SetRepeatModeOnUsersPlaybackRequest.execute()
Set the repeat mode on a user's playback.SetVolumeForUsersPlaybackRequest.execute()
Set the volume for the user’s current playback device.SkipUsersPlaybackToNextTrackRequest.execute()
Skip to the next track in the user’s queue.SkipUsersPlaybackToPreviousTrackRequest.execute()
Skip to the previous track in the user’s queue.StartResumeUsersPlaybackRequest.execute()
Start or resume a playback.ToggleShuffleForUsersPlaybackRequest.execute()
Toggle the shuffle state of an user's playback.TransferUsersPlaybackRequest.execute()
Transfer playback to a new device. -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.playlists
Methods in se.michaelthelin.spotify.requests.data.playlists that throw SpotifyWebApiExceptionModifier and TypeMethodDescriptionAddItemsToPlaylistRequest.execute()
Add items to playlist.ChangePlaylistsDetailsRequest.execute()
Change a playlist's details.CreatePlaylistRequest.execute()
Create a new playlist.GetListOfCurrentUsersPlaylistsRequest.execute()
Get a list of the current user's playlists.GetListOfUsersPlaylistsRequest.execute()
Get an user's playlists.Image[]
GetPlaylistCoverImageRequest.execute()
Get the cover image of a playlist.GetPlaylistRequest.execute()
Get a playlist.GetPlaylistsItemsRequest.execute()
Get a playlist's items.RemoveItemsFromPlaylistRequest.execute()
Remove items from a playlist.ReorderPlaylistsItemsRequest.execute()
Reorder the items in a playlist.ReplacePlaylistsItemsRequest.execute()
Replace items in a playlist.UploadCustomPlaylistCoverImageRequest.execute()
Upload a new playlist image. -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.search
Methods in se.michaelthelin.spotify.requests.data.search that throw SpotifyWebApiException -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.search.simplified
Methods in se.michaelthelin.spotify.requests.data.search.simplified that throw SpotifyWebApiExceptionModifier and TypeMethodDescriptionSearchAlbumsRequest.execute()
Search for albums.SearchArtistsRequest.execute()
Search for artists.SearchEpisodesRequest.execute()
Search for episodes.SearchPlaylistsRequest.execute()
Search for playlists.SearchShowsRequest.execute()
Search for shows.SearchTracksRequest.execute()
Search for tracks. -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.search.simplified.special
Methods in se.michaelthelin.spotify.requests.data.search.simplified.special that throw SpotifyWebApiException -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.shows
Methods in se.michaelthelin.spotify.requests.data.shows that throw SpotifyWebApiException -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.tracks
Methods in se.michaelthelin.spotify.requests.data.tracks that throw SpotifyWebApiExceptionModifier and TypeMethodDescriptionGetAudioAnalysisForTrackRequest.execute()
Get an audio analysis for a track.GetAudioFeaturesForSeveralTracksRequest.execute()
Get audio features for several tracks.GetAudioFeaturesForTrackRequest.execute()
Get audio features for a track.Track[]
GetSeveralTracksRequest.execute()
Get several tracks.GetTrackRequest.execute()
Get a track. -
Uses of SpotifyWebApiException in se.michaelthelin.spotify.requests.data.users_profile
Methods in se.michaelthelin.spotify.requests.data.users_profile that throw SpotifyWebApiException