|
MNX Document Model
|
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< Error > | errors |
| errors encountered | |
Encapsulates a schema validation result.