-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.FormatURLError
Andrew Lambert edited this page Nov 26, 2022
·
3 revisions
libcURL.FormatURLError
Protected Function FormatURLError(cURLURLError As Integer, Encoding As TextEncoding = Nil) As String
Name | Type | Comment |
---|---|---|
cURLURLError | Integer | The error number to format |
Encoding | TextEncoding | Optional. If specified, the encoding that the message should be converted into. |
Returns a human-readable message for the cURLURLError
.
Pass a libcURL URL parser 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.
URLParser
-
curl_url_strerror
in the libcURL documentation. -
curlucode
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.