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

Return

This function has no return value.

Defined in curl.inc at line 155 . This documentation was automatically generated from source.