Struct ValidationResult

Struct Documentation

struct ValidationResult

result of running a single check; holds the check, and the messages that it resulted in

Public Members

Check check
std::vector<Message> messages