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