Blame | Last modification | View Log | Download | RSS feed
\name{getCurlErrorClassNames}\alias{getCurlErrorClassNames}\title{Retrieve names of all curl error classes}\description{This function returns the names of all of theerror classes that curl can raise as a resultof a request. You can use these namesin calls to \code{tryCatch}to identify the class of the error for which youwant to provide an error handler.}\usage{getCurlErrorClassNames()}\value{A character vector}\references{libcurl documentation}\author{Duncan Temple Lang}\seealso{\code{\link[base]{tryCatch}}\code{\link{curlPerform}} and higher-level functionsfor making requests.}%\examples{}\keyword{programming}