13 const vector<QString> &list) {
15 message =
"Keyword [" + key +
"=" + value +
"] must be one of [";
16 for(
unsigned int i = 0; i < list.size(); i++) {
18 if(i < (list.size() - 1)) message +=
",";
QString KeywordValueNotInList(const QString &key, const QString &value, const std::vector< QString > &list)
This error should be used when the value of a supplied keyword is not one of a specific list of possi...
Namespace for the standard library.