mrss_curl_strerror

This function returns a static string with the description of curl code

?
extern (C) @system nothrow @nogc
char*
mrss_curl_strerror
(
CURLcode err
)

Parameters

err
Type: CURLcode

the error code that you need as string

Return Value

Type: char*

a string. Don't free this string!

Meta