mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user