Class Error

java.lang.Object
de.sonallux.spotify.api.models.Error

public class Error extends Object
ErrorObject
  • Field Details

    • 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).

  • Constructor Details

    • Error

      public Error()