getCurlErrorClassNames: Retrieve names of all curl error classes

View source: R/curlError.R

getCurlErrorClassNamesR Documentation

Retrieve names of all curl error classes

Description

This function returns the names of all of the error classes that curl can raise as a result of a request. You can use these names in calls to tryCatch to identify the class of the error for which you want to provide an error handler.

Usage

getCurlErrorClassNames()

Value

A character vector

Author(s)

Duncan Temple Lang

References

libcurl documentation

See Also

tryCatch curlPerform and higher-level functions for making requests.


RCurl documentation built on Nov. 3, 2023, 1:09 a.m.