33#ifndef TTA_POM_VALIDATOR_RESULTS_HH
34#define TTA_POM_VALIDATOR_RESULTS_HH
47 typedef std::pair<POMValidator::ErrorCode, std::string>
Error;
std::pair< POMValidator::ErrorCode, std::string > Error
void addError(POMValidator::ErrorCode code, const std::string &errorMsg)
virtual ~POMValidatorResults()
std::vector< Error > errors_
Vector storing the errors.
Error error(int index) const
ErrorCode
Error codes for different errors.