Searched defs:errorStr (Results 1 – 1 of 1) sorted by relevance
225 std::string errorStr; in CmdParseWithParameter() local259 std::string errorStr = unrecognizedError_ + optionName; in SetCmdParameter() local319 std::string errorStr = unrecognizedError_ + optionName; in ParseShortCmdOption() local363 std::string errorStr = invalidError_ + str; in SetCmdIntegerParameter() local550 std::string errorStr = unrecognizedError_; in CheckIncorrectCmdOption() local568 void DumpImplement::SendErrorMessage(const std::string &errorStr) in SendErrorMessage()