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 = iota - General information (not an error).
  • Warning - Warning about something suspecious. In strict mode is treated as an error
  • Error - Validation error.

See also