Skip to contents

Error Class

Format

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 toJSON()

Usage

Error$toJSON()


Method fromJSON()

Usage

Error$fromJSON(ErrorJson)


Method toJSONString()

Usage

Error$toJSONString()


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.