MoneyWorks Manual
Curl_StrError (CURLError)
Result Type: String
Definition: Returns an error message string corresponding to a CURLError code as returned from Curl_Exec when it is using a callback to receive transferred data.
Example: Curl_StrError(28)
— returns the string "Timeout was reached".
Availability: available within MWScript handlers in v9 and later
See Also:
Base64Decode: String from a base64 encoding
Base64Encode: Base64 of a string
Curl_Close: Finish with a CURL session
Curl_Exec: Execute a CURL session
Curl_GetInfo: Get information about a CURL transfer
Curl_Init: Start a CURL session
URLEncode: Convert url unsafe characters in a string to "%xx”