curl_easy_strerror
The function receives a text description of the specified error code.
Syntax
native curl_easy_strerror(const CURLcode: code, buffer[], const maxlen)
Usage
| code | Error code (see CURLcode enum) |
| buffer | Buffer to copy error description |
| maxlen | Maximum size of the buffer |
Defined in
curl.inc
.
This documentation was automatically generated from source.