-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.FormatMultiError
charonn0 edited this page Nov 10, 2014
·
9 revisions
#libcURL.FormatMultiError
##Method Signature
Protected Function FormatMultiError(cURLMultiError As Integer) As String
##Parameters
Name | Type | Comment |
---|---|---|
cURLMultiError | Integer | The error number to format |
##Notes Pass a libcURL multi interface error number, returns the error message for that error number.
For all other types of cURL error numbers, use FormatError
See also:
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.