ValidationError Class
An R6Class
generator object
loc
Location list( character )
msg
Message character
type
Error Type character
new()
ValidationError$new(loc, msg, type, ...)
toJSON()
ValidationError$toJSON()
fromJSON()
ValidationError$fromJSON(ValidationErrorJson)
toJSONString()
ValidationError$toJSONString()
fromJSONString()
ValidationError$fromJSONString(ValidationErrorJson)
clone()
The objects of this class are cloneable with this method.
ValidationError$clone(deep = FALSE)
deep
Whether to make a deep clone.