| ApiException {factset.analyticsapi.engines} | R Documentation |
ApiException
Description
ApiException Class
Format
An R6Class generator object
Public fields
statusStatus of the ApiException
reasonReason of the ApiException
bodyBody of the http response
headersHeaders 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
deepWhether to make a deep clone.
[Package factset.analyticsapi.engines version 3.0.1 Index]