Interface ErrorResponse

All Known Implementing Classes:
ErrorResponseImpl

public interface ErrorResponse
  • Field Details

  • Method Details

    • create

      static ErrorResponse create(JO object)
    • create

      static ErrorResponse create(org.json.simple.JSONObject object)
    • getErrorCode

      int getErrorCode()
    • getErrorDescription

      String getErrorDescription()
    • isError

      boolean isError()