Methods
The `ValidationErrors` object methods
Last updated
The `ValidationErrors` object methods
Last updated
public : ValidationError<ErrorId> | undefined Returns the instance of the given if set, otherwise .
public : { [Key in Id]: ValidationError<Key> | undefined } Returns an of set type errors, where the key is a .
public : this Sets the object with the message built from the given required , , on the given or stored under the given .