From 4b7d72629bb5b913b312769bd1757e141928b2de Mon Sep 17 00:00:00 2001
From: lichao <lichao@aiotlink.com>
Date: 星期五, 16 四月 2021 14:27:02 +0800
Subject: [PATCH] add status box function; center run single inst.
---
proto/source/error_msg.proto | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/proto/source/error_msg.proto b/proto/source/error_msg.proto
index f283108..b85ddb3 100644
--- a/proto/source/error_msg.proto
+++ b/proto/source/error_msg.proto
@@ -8,6 +8,11 @@
eSuccess = 0;
eError = 1;
eInvalidInput = 2;
+ eNotRegistered = 3;
+ eNotFound = 4;
+ eOffline = 5;
+ eNoRespond = 6;
+ eAddressNotMatch = 7;
}
message ErrorMsg {
--
Gitblit v1.8.0