ValidationResultType

Types of validation results generated by validation schemas.

Description

The ValidationResultType class defines the types of validation results generated by validation schemas.

Enumeration members

  • Information = 0 - General information (not an error).
  • Warning = 1 - Warning about something suspecious. In strict mode is treated as error
  • Error = 2 - Validation error.

See also