Package de.sonallux.spotify.api.models
Class Error
java.lang.Object
de.sonallux.spotify.api.models.Error
ErrorObject
-
Field Summary
FieldsModifier and TypeFieldDescriptionA short description of the cause of the error.intThe HTTP status code (also returned in the response header; see Response Status Codes for more information). -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
message
A short description of the cause of the error.
-
status
public int statusThe HTTP status code (also returned in the response header; see Response Status Codes for more information).
-
-
Constructor Details
-
Error
public Error()
-