Uses of Class
de.jsone_studios.wrapper.spotify.models.ErrorDetails
-
Packages that use ErrorDetails Package Description de.jsone_studios.wrapper.spotify de.jsone_studios.wrapper.spotify.models -
-
Uses of ErrorDetails in de.jsone_studios.wrapper.spotify
Methods in de.jsone_studios.wrapper.spotify that return ErrorDetails Modifier and Type Method Description ErrorDetailsSpotifyApiException. getError()default ErrorDetailsSpotifyApi. getErrorBody(retrofit2.Response<?> response)default ErrorDetailsSpotifyApi. getErrorDetailsFromResponse(retrofit2.Response<?> response)Constructors in de.jsone_studios.wrapper.spotify with parameters of type ErrorDetails Constructor Description SpotifyApiException(ErrorDetails error)SpotifyApiException(String message, ErrorDetails error)SpotifyApiException(String message, ErrorDetails error, Throwable cause) -
Uses of ErrorDetails in de.jsone_studios.wrapper.spotify.models
Fields in de.jsone_studios.wrapper.spotify.models declared as ErrorDetails Modifier and Type Field Description ErrorDetailsErrorResponse. error
-