Home
last modified time | relevance | path

Searched refs:errors (Results 1 – 2 of 2) sorted by relevance

/ide/tools/previewer/cli/
DCommandLineInterface.cpp122 std::string errors; /* NOLINT */ in ProcessCommandMessage() local
124 …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()
DCommandLineInterface.h48 …mandValidate(bool parsingSuccessful, const Json::Value& jsonData, const std::string& errors) const;