33#ifndef TTA_PROGRAMMABILITY_VALIDATOR_RESULTS_HH
34#define TTA_PROGRAMMABILITY_VALIDATOR_RESULTS_HH
60 const std::string& errorMsg);
Error error(int index) const
std::pair< ProgrammabilityValidator::ErrorCode, std::string > Error
Typedef for an error (error code + error message).
virtual ~ProgrammabilityValidatorResults()
ErrorTable errors_
Contains the errors.
void addError(ProgrammabilityValidator::ErrorCode code, const std::string &errorMsg)
ProgrammabilityValidatorResults()
std::vector< Error > ErrorTable
Typedef for vector of errors.
ErrorCode
Error codes for different errors.