mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Merge branch 'master' into release to roll forward to cl/343180341.
This commit is contained in:
@@ -286,6 +286,14 @@ enum ConnectError {
|
||||
// Next ID :44
|
||||
}
|
||||
|
||||
// The error for event DISCONNECT. The range between 31 and 99.
|
||||
enum DisconnectError {
|
||||
// System error, failed to disconnect the network.
|
||||
DISCONNECT_NETWORK_FAILED = 31;
|
||||
|
||||
// Next ID :32
|
||||
}
|
||||
|
||||
enum Description {
|
||||
reserved 28, 29;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user