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: 481789584
This commit is contained in:
hai007
2022-10-17 18:26:16 -07:00
committed by Copybara-Service
parent 4157b1f70b
commit e39256100f
2 changed files with 14 additions and 1 deletions
@@ -340,7 +340,7 @@ message ConnectionsLog {
optional string connection_token = 8;
}
// Next Id: 18
// Next Id: 19
message ErrorCode {
// The direction (incoming vs outgoing) of this error.
optional location.nearby.proto.connections.ConnectionAttemptDirection
@@ -373,6 +373,8 @@ message ConnectionsLog {
location.nearby.errorcode.proto.ConnectError connect_error = 14;
location.nearby.errorcode.proto.DisconnectError disconnect_error = 15;
location.nearby.errorcode.proto.SendPayloadError send_payload_error = 17;
location.nearby.errorcode.proto.ReceivePayloadError
receive_payload_error = 18;
}
// The token use to identify this established connection.
+11
View File
@@ -338,6 +338,17 @@ enum SendPayloadError {
// Next ID :33
}
// The error for event SEND_PAYLOAD. The range between 31 and 99.
enum ReceivePayloadError {
// The default value for clearcut
UNKNOWN_RECEIVE_PAYLOAD_ERROR = 31;
// Network error, failed to send payload.
RECEIVE_PAYLOAD_FAILED = 32;
// Next ID :33
}
enum Description {
reserved 28, 29;