Skip to content

libcURL.cURLSession.Error

Andrew Lambert edited this page Aug 29, 2023 · 5 revisions

Event Signature

 Event Sub Error(cURLCode As Integer)

Parameters

Name Type Comment
cURLCode Integer A curl_easy error code.

Remarks

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.

Clone this wiki locally