Searched defs:errorStr (Results 1 – 1 of 1) sorted by relevance
246 std::string errorStr; in CmdParseWithParameter() local284 std::string errorStr = unrecognizedError_ + optionName; in SetCmdParameter() local355 std::string errorStr = unrecognizedError_ + optionName; in ParseShortCmdOption() local402 std::string errorStr = invalidError_ + str; in SetCmdIntegerParameter() local591 std::string errorStr = unrecognizedError_; in CheckIncorrectCmdOption() local609 void DumpImplement::SendErrorMessage(const std::string &errorStr) in SendErrorMessage()