Skip to content

libcURL.EasyHandle.FailOnServerError

Andrew Lambert edited this page Apr 11, 2016 · 14 revisions

#libcURL.EasyHandle.FailOnServerError

##Property Declaration

 Dim FailOnServerError As Boolean

##Remarks Gets and sets whether HTTP error codes constitute a failure condition. If set to True then HTTP status codes that are greater than 400 will be considered transfer failures even if data was successfully transferred (e.g. a 404 page). The error code for such a failed transfer will be CURLE_HTTP_RETURNED_ERROR (22). Refer to the ErrorBuffer for additional details.

##See also

Clone this wiki locally