Searched defs:SendErrorDetails (Results 1 – 2 of 2) sorted by relevance
116 struct SendErrorDetails { struct120 std::string message_id;121 MessageData additional_data;122 Result result;
33 GCMClient::SendErrorDetails::SendErrorDetails() : result(UNKNOWN_ERROR) {} in SendErrorDetails() function in gcm::GCMClient::SendErrorDetails