Searched refs:ReplyError (Results 1 – 2 of 2) sorted by relevance
216 void ClientDynHandler::ReplyError(const std::string& message) { in ReplyError() function in cuttlefish::ClientDynHandler234 ReplyError("Error parsing JSON: " + error_message); in DoPost()245 ReplyError("Error: Unknown connection id" + conn_id); in DoPost()256 ReplyError("Poll failed: No device associated to client"); in Poll()277 ReplyError("Invalid connection request: Missing device id"); in DoPostInner()284 ReplyError("Connection failed: Device not found: '" + device_id + "'"); in DoPostInner()312 ReplyError("Forward failed: No device associated to client"); in DoPostInner()317 ReplyError("Forward failed: No device associated to client"); in DoPostInner()321 ReplyError("Forward failed: No payload present in message"); in DoPostInner()326 ReplyError("Forward failed: Device disconnected"); in DoPostInner()
101 void ReplyError(const std::string& message);