-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.cURLSession.Error
Andrew Lambert edited this page Aug 29, 2023
·
5 revisions
libcURL.cURLSession.Error
Event Sub Error(cURLCode As Integer)
Name | Type | Comment |
---|---|---|
cURLCode | Integer | A curl_easy error code. |
The transfer failed due to an error of type cURLCode
.
By default this event will be raised only for cURL errors (e.g. a malformed URL). Server errors (e.g. 404 Not Found
) are not considered an error unless the transfer was configured to fail on server errors.
To get extended error information refer to the error buffer and/or debug messages.
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.