public final class WLProcedureInvocationFailResponse extends WLFailResponse
WLFailResponse
. This class contains statuses and data that the adapter procedure retrieves.HTTP_STATUS, JSON_KEY_FAILURES
Modifier and Type | Method and Description |
---|---|
JSONObject |
getJSONResult()
Deprecated.
|
java.util.List<java.lang.String> |
getProcedureInvocationErrors()
This method returns a list of applicative error messages that are collected while the procedure is called.
|
JSONObject |
getResult()
This method returns a JSONObject that represents the JSON response from the server.
|
getErrorCode, getErrorMsg, getErrorStatusCode, toString
getFirstHeader, getHeader, getHeaders, getInvocationContext, getOptions, getResponseBytes, getResponseJSON, getResponseText, getStatus, getStatusText, setOptions, setResponseText, setStatusText
public java.util.List<java.lang.String> getProcedureInvocationErrors()
public JSONObject getResult() throws JSONException
JSONException
@Deprecated public JSONObject getJSONResult() throws JSONException
JSONException