Learn R Programming

factset.analyticsapi.engines (version 3.0.1)

ApiException: ApiException

Description

ApiException Class

Arguments

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.