Searched refs:errorOut (Results 1 – 1 of 1) sorted by relevance
488 std::string errorOut; in getErrorDetails() local495 errorOut.append(jsonIndent + "\"Error Details\": {\n"); in getErrorDetails()505 jsonInsert(errorOut, "Message", errorMsg.value(), 2); in getErrorDetails()528 jsonInsertArray(errorOut, srcKey, valueDescr, 2); in getErrorDetails()532 errorOut.erase(errorOut.size() - 2); in getErrorDetails()533 errorOut.append("\n"); in getErrorDetails()534 errorOut.append(jsonIndent + "},\n"); in getErrorDetails()535 return errorOut; in getErrorDetails()