An R6Class
generator object
Public fields
code
integer [optional]
message
character [optional]
request_id
character [optional]
Methods
Method new()
Usage
Error$new(code = NULL, message = NULL, request_id = NULL, ...)
Method fromJSON()
Usage
Error$fromJSON(ErrorJson)
Method fromJSONString()
Usage
Error$fromJSONString(ErrorJson)
Method clone()
The objects of this class are cloneable with this method.
Usage
Error$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.