mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 07:06:11 -04:00
[Sharing][Analytics] Create a new failure type to indicate unknown response from remote side.
Since these are not payloads failures, the connection is canceled by local device. FAILED_ATTACHMENT_TRANSMISSION_STATUS is reserved for payload failures. PiperOrigin-RevId: 398821851
This commit is contained in:
@@ -251,6 +251,9 @@ enum AttachmentTransmissionStatus {
|
||||
FAILED_NULL_CONNECTION = 14;
|
||||
FAILED_NO_PAYLOAD = 15;
|
||||
FAILED_WRITE_INTRODUCTION = 16;
|
||||
|
||||
// The remote response is either missing or has an unknown type.
|
||||
FAILED_UNKNOWN_REMOTE_RESPONSE = 17;
|
||||
}
|
||||
|
||||
// The status of processing attachments after receiver received payloads
|
||||
|
||||
Reference in New Issue
Block a user