Searched refs:errorOut (Results 1 – 1 of 1) sorted by relevance
495 std::string errorOut; in getErrorDetails() local502 errorOut.append(jsonIndent + "\"Error Details\": {\n"); in getErrorDetails()512 jsonInsert(errorOut, "Message", errorMsg.value(), 2); in getErrorDetails()535 jsonInsertArray(errorOut, srcKey, valueDescr, 2); in getErrorDetails()539 errorOut.erase(errorOut.size() - 2); in getErrorDetails()540 errorOut.append("\n"); in getErrorDetails()541 errorOut.append(jsonIndent + "},\n"); in getErrorDetails()542 return errorOut; in getErrorDetails()