Method HttpClient():getStatusText() Foundation
Returns the text associated with the HTTP status code.
:getStatusText() --> cStatusText
:getStatusText() returns a character string with the status message. If no status text is available, the method returns the empty string.
The method :getStatusText() returns the message text associated with the current HTTP status code. See :getStatusCode() for further information, especially on handling non-protocol level errors.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.