From 1e43f4d83e0d969c40fbb3e0a66da91e7d250777 Mon Sep 17 00:00:00 2001 From: hai007 Date: Thu, 22 Jun 2023 20:52:08 -0700 Subject: [PATCH] Internal change PiperOrigin-RevId: 542746712 --- proto/sharing_enums.proto | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/proto/sharing_enums.proto b/proto/sharing_enums.proto index f9e6c00a..c18c46a2 100644 --- a/proto/sharing_enums.proto +++ b/proto/sharing_enums.proto @@ -303,6 +303,10 @@ enum AttachmentTransmissionStatus { // The remote response is either missing or has an unknown type. FAILED_UNKNOWN_REMOTE_RESPONSE = 17; + + // Breakdowns of FAILED_NULL_CONNECTION (Desktop side) + FAILED_NULL_CONNECTION_INIT_OUTGOING = 18; + FAILED_NULL_CONNECTION_DISCONNECTED = 19; } // The status of processing attachments after receiver received payloads