-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.FormatShareError
Andrew Lambert edited this page Jul 8, 2015
·
9 revisions
#libcURL.FormatShareError
##Method Signature
Protected Function FormatShareError(cURLShareError As Integer, Encoding As TextEncoding = Nil) As String##Parameters
| Name | Type | Comment |
|---|---|---|
| cURLShareError | Integer | The error number to format |
| Encoding | TextEncoding | Optional. If specified, the encoding that the message should be converted into. |
##Notes
Pass a libcURL share interface 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.
##See also:
FormatErrorFormatMultiError-
curl_share_strerrorin the libcURL documentation.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-26 Andrew Lambert, offered under the CC BY-SA 3.0 License.