Update connections_log.proto

1. 6526209 is the "Daily Transfers by Medium" from product data of 2022/10/10
2. http://shortn/_7cCKZxrmVH

PiperOrigin-RevId: 481740338
This commit is contained in:
hai007
2022-10-17 14:31:11 -07:00
committed by Copybara-Service
parent cf26a98379
commit 0373f408b9
2 changed files with 15 additions and 1 deletions
+13
View File
@@ -327,6 +327,17 @@ enum DisconnectError {
// Next ID :33
}
// The error for event SEND_PAYLOAD. The range between 31 and 99.
enum SendPayloadError {
// The default value for clearcut
UNKNOWN_SEND_PAYLOAD_ERROR = 31;
// Network error, failed to send payload.
SEND_PAYLOAD_FAILED = 32;
// Next ID :33
}
enum Description {
reserved 28, 29;
@@ -503,4 +514,6 @@ enum Description {
USER_RESTRICTION_DISALLOWED = 172;
UNSUPPORTED_DEVICE_TYPE_PHONE = 173;
UNSUPPORTED_DEVICE_TYPE_TABLET = 174;
BROKEN_PIPE = 175;
CONNECTION_ABORT = 176;
}