ValidationError Class

ValidationError Class

Public fields

loc

Location

msg

Message

type

Error Type

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.