Searched defs:SendErrorDetails (Results 1 – 2 of 2) sorted by relevance
115 struct SendErrorDetails { struct119 std::string message_id;120 MessageData additional_data;121 Result result;
30 GCMClient::SendErrorDetails::SendErrorDetails() : result(UNKNOWN_ERROR) {} in SendErrorDetails() function in gcm::GCMClient::SendErrorDetails