Lines Matching defs:strError
61 bool CSelectionCriterionRule::parse(CRuleParser &ruleParser, string &strError)
70 strError = "Couldn't find selection criterion " + ruleParser.getType();
78 if (!ruleParser.next(strMatchesWhen, strError)) {
85 if (!ruleParser.next(strValue, strError)) {
91 if (!setMatchesWhen(strMatchesWhen, strError)) {
93 strError = "Verb error: " + strError;
101 strError = "Value error: \"" + strValue + "\" is not part of criterion \"" +
171 string strError;
173 if (!setMatchesWhen(strMatchesWhen, strError)) {
176 getKind() + " " + xmlElement.getPath() + ": " + strError);
217 bool CSelectionCriterionRule::setMatchesWhen(const string &strMatchesWhen, string &strError)
235 strError = "Value incompatible with exclusive kind of type";
247 strError = "Value not found";