ValidationError | R Documentation |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.