DOMException.VALIDATION_ERR

DOMException.VALIDATION_ERR field

If a call to a method such as insertBefore or removeChild would make the Node invalid with respect to “partial validity”, this exception would be raised and the operation would not be done. This code is used in [DOM Level 3 Validation]. Refer to this specification for further information.

public const ushort VALIDATION_ERR;

See Also