Package de.sonallux.spotify.api.models
Class Error
- java.lang.Object
-
- de.sonallux.spotify.api.models.Error
-
public class Error extends Object
-
-
Field Summary
Fields Modifier and Type Field Description StringmessageA short description of the cause of the error.intstatusThe HTTP status code (also returned in the response header; see Response Status Codes for more information).
-
Constructor Summary
Constructors Constructor Description Error()
-
-
-
Field Detail
-
message
public String message
A short description of the cause of the error.
-
status
public int status
The HTTP status code (also returned in the response header; see Response Status Codes for more information).
-
-