HTTPValidationError Class
An R6Class
generator object
detail
Detail list( ValidationError ) [optional]
new()
HTTPValidationError$new(detail = NULL, ...)
toJSON()
HTTPValidationError$toJSON()
fromJSON()
HTTPValidationError$fromJSON(HTTPValidationErrorJson)
toJSONString()
HTTPValidationError$toJSONString()
fromJSONString()
HTTPValidationError$fromJSONString(HTTPValidationErrorJson)
clone()
The objects of this class are cloneable with this method.
HTTPValidationError$clone(deep = FALSE)
deep
Whether to make a deep clone.