Searched refs:valueDescr (Results 1 – 1 of 1) sorted by relevance
532 std::vector<std::string> valueDescr; in getErrorDetails() local533 valueDescr.push_back(srcValue); in getErrorDetails()534 valueDescr.push_back(srcDesc); in getErrorDetails()535 jsonInsertArray(errorOut, srcKey, valueDescr, 2); in getErrorDetails()