$action $action : string Type string — The action to be performed over the resource specified by the URI.
getErrorMessage() getErrorMessage() : string Get the error message sent by the server. Returns string — The error message.
getErrorCode() getErrorCode() : integer Get the error code sent by the server. Returns integer — The error code.
getAction() getAction() : string Get The action to be performed over the resource specified by the URI. Returns string — The action.
getHTTPStatusCode() getHTTPStatusCode() : integer Get the HTTP status code for the request. Returns integer — The HTTP status code.
toString() toString() : string Get the complete response content as sent by the server. Returns string — The complete response content.