$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.