EVOLUTION-MANAGER
Edit File: getCurlErrorClassNames.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: Retrieve names of all curl error classes</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="R.css" /> </head><body> <table width="100%" summary="page for getCurlErrorClassNames {RCurl}"><tr><td>getCurlErrorClassNames {RCurl}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Retrieve names of all curl error classes</h2> <h3>Description</h3> <p>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 <code>tryCatch</code> to identify the class of the error for which you want to provide an error handler. </p> <h3>Usage</h3> <pre> getCurlErrorClassNames() </pre> <h3>Value</h3> <p>A character vector </p> <h3>Author(s)</h3> <p>Duncan Temple Lang </p> <h3>References</h3> <p>libcurl documentation </p> <h3>See Also</h3> <p><code><a href="../../base/html/tryCatch.html">tryCatch</a></code> <code><a href="curlPerform.html">curlPerform</a></code> and higher-level functions for making requests. </p> <hr /><div style="text-align: center;">[Package <em>RCurl</em> version 1.98-1.2 <a href="00Index.html">Index</a>]</div> </body></html>