Home | History | Annotate | Download | only in automation

Lines Matching refs:error_string

2289     std::string error_string = "Unknown command. Options: ";
2292 error_string += it->first + ", ";
2296 error_string += it->first + ", ";
2298 AutomationJSONReply(this, reply_message).SendError(error_string);