GoLang curl_share_strerror

request it (202)
GoLang replacement for PHP's curl_share_strerror [edit | history]



Do you know a GoLang replacement for PHP's curl_share_strerror? Write it!

PHP curl_share_strerror

PHP original manual for curl_share_strerror [ show | php.net ]

curl_share_strerror

(PHP 7 >= 7.1.0)

curl_share_strerrorReturn string describing the given error code

Description

string curl_share_strerror ( int $errornum )

Returns a text error message describing the given error code.

Parameters

errornum

One of the » cURL error codes constants.

Return Values

Returns error description or NULL for invalid error code.

See Also