ValidationError Class
An R6Class generator object
locLocation list( character )
msgMessage character
typeError 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)
deepWhether to make a deep clone.