Merge branch 'master' into release to roll forward to cl/343180341.

This commit is contained in:
hai007
2020-11-18 16:30:45 -08:00
8 changed files with 49 additions and 24 deletions
+8
View File
@@ -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;