Class ErrorResponse

java.lang.Object
de.brifle.sdk.api.responses.ErrorResponse

public class ErrorResponse extends Object
  • Constructor Details

    • ErrorResponse

      public ErrorResponse()
  • Method Details

    • getCode

      public int getCode()
      gets the code
      Returns:
      the code
    • getStatus

      public int getStatus()
      gets the status
      Returns:
      the status
    • getMessage

      public String getMessage()
      gets the message
      Returns:
      the message