Searched refs:errors (Results 1 – 2 of 2) sorted by relevance
122 std::string errors; /* NOLINT */ in ProcessCommandMessage() local124 …gSuccessful = reader->parse(message.c_str(), message.c_str() + message.size(), &jsonData, &errors); in ProcessCommandMessage()128 if (!ProcessCommandValidate(parsingSuccessful, jsonData, errors)) { in ProcessCommandMessage()149 const std::string& errors) const in ProcessCommandValidate()152 ELOG("Failed to parse the JSON, errors: %s", errors.c_str()); in ProcessCommandValidate()
48 …mandValidate(bool parsingSuccessful, const Json::Value& jsonData, const std::string& errors) const;