ApiException {factset.analyticsapi.engines} | R Documentation |
ApiException
Description
ApiException Class
Format
An R6Class
generator object
Public fields
status
Status of the ApiException
reason
Reason of the ApiException
body
Body of the http response
headers
Headers of the http response
Methods
Public methods
Method new()
Usage
ApiException$new(status = NULL, reason = NULL, http_response = NULL)
Method toString()
Usage
ApiException$toString()
Method clone()
The objects of this class are cloneable with this method.
Usage
ApiException$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.
[Package factset.analyticsapi.engines version 3.0.1 Index]