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