Interface ResponseProblem

All Superinterfaces:
Response
All Known Subinterfaces:
ResponseException
All Known Implementing Classes:
JSONResponseERROR, JSONResponseEXCEPTION, JSONResponseProblem, XMLResponseERROR, XMLResponseEXCEPTION, XMLResponseProblem

public interface ResponseProblem extends Response
Defines a basic interface for trouble response
  • Method Details

    • setMessage

      void setMessage(String msg)
    • getMessage

      String getMessage()