Error: Error

ErrorR Documentation

Error

Description

Error Class

Format

An R6Class generator object

Public fields

code

integer [optional]

message

character [optional]

Methods

Public methods


Method new()

Usage
Error$new(code = NULL, message = 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.


eddelbuettel/tldbclr documentation built on Sept. 25, 2022, 12:46 p.m.