MNX Document Model
Loading...
Searching...
No Matches
mnx::validation::ValidationResult Struct Reference

Encapsulates a schema validation result. More...

#include <Validation.h>

+ Inheritance diagram for mnx::validation::ValidationResult:

Classes

struct  Error
 All the information about a specific error. More...
 

Public Member Functions

 operator bool () const
 Allows a simple if check to see if the schema validated.
 

Public Attributes

std::vector< Errorerrors
 errors encountered
 

Detailed Description

Encapsulates a schema validation result.