Uses of Class
de.sonallux.spotify.api.models.Error
-
Packages that use Error Package Description de.sonallux.spotify.api de.sonallux.spotify.api.authorization de.sonallux.spotify.api.http de.sonallux.spotify.api.models -
-
Uses of Error in de.sonallux.spotify.api
Methods in de.sonallux.spotify.api that return Error Modifier and Type Method Description ErrorSpotifyApiException. getError()Constructors in de.sonallux.spotify.api with parameters of type Error Constructor Description SpotifyApiException(Error error)SpotifyApiException(String message, Error error)SpotifyApiException(String message, Error error, Throwable cause) -
Uses of Error in de.sonallux.spotify.api.authorization
Constructors in de.sonallux.spotify.api.authorization with parameters of type Error Constructor Description SpotifyAuthorizationException(Error error) -
Uses of Error in de.sonallux.spotify.api.http
Methods in de.sonallux.spotify.api.http that return Error Modifier and Type Method Description ErrorResponse. errorBody()Returns an error representation for non successful responses.Methods in de.sonallux.spotify.api.http with parameters of type Error Modifier and Type Method Description static <T> Response<T>Response. error(Error error, okhttp3.Response rawResponse) -
Uses of Error in de.sonallux.spotify.api.models
Fields in de.sonallux.spotify.api.models declared as Error Modifier and Type Field Description ErrorErrorResponse. error
-