/
httpGetErrorMessage
httpGetErrorMessage
Description
Retrieves an error message (if any) generated by the latest HTTP request
Return Type
String
The error message
Example
string errMsg = httpGetErrorMessage();
print("Last error message: " + errMsg);
See also
, multiple selections available,
Related content
httpGetErrorMessage
httpGetErrorMessage
More like this
lastExceptionMessage
lastExceptionMessage
More like this
lastExceptionMessage
lastExceptionMessage
More like this
httpGetResponseInfo
httpGetResponseInfo
More like this
httpGetResponseInfo
httpGetResponseInfo
More like this
httpGetStatusCode
httpGetStatusCode
More like this