-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.FormatError
Andrew Lambert edited this page Nov 26, 2022
·
16 revisions
libcURL.FormatError
Protected Function FormatError(cURLErrorNumber As Integer, Encoding As TextEncoding = Nil) As String
Returns a human-readable message for the cURLErrorNumber
.
Name | Type | Comment |
---|---|---|
cURLErrorNumber | Integer | The error number to format |
Encoding | TextEncoding | Optional. If specified, the encoding that the message should be converted into. |
Pass a libcURL error number, returns the error message for that error number. If a TextEncoding
is specified, the message is converted into that encoding; otherwise, the message is encoded using ASCII.
FormatMultiError
FormatShareError
-
curl_easy_strerror
in the libcURL documentation.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.