ValidationError Class

Format

An R6Class generator object

Public fields

loc

Location list( character )

msg

Message character

type

Error Type character

Methods

Public methods


Method new()

Usage

ValidationError$new(loc, msg, type, ...)


Method toJSON()

Usage

ValidationError$toJSON()


Method fromJSON()

Usage

ValidationError$fromJSON(ValidationErrorJson)


Method toJSONString()

Usage

ValidationError$toJSONString()


Method fromJSONString()

Usage

ValidationError$fromJSONString(ValidationErrorJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

ValidationError$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.