From c338820e4db43ad32c20ff429a038b06bcb980f8 Mon Sep 17 00:00:00 2001 From: lichao <lichao@aiotlink.com> Date: 星期四, 08 四月 2021 18:13:25 +0800 Subject: [PATCH] BIG change, join center,bus; now msg is head+body. --- 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