From 1fde013f252173890d5b7a216bfb9ec9471c8262 Mon Sep 17 00:00:00 2001 From: ry521 Date: Fri, 20 Oct 2023 01:30:15 +0000 Subject: [PATCH] update common/include/dinput_errcode.h. Signed-off-by: ry521 --- common/include/dinput_errcode.h | 1 + 1 file changed, 1 insertion(+) diff --git a/common/include/dinput_errcode.h b/common/include/dinput_errcode.h index eb7053d..d439913 100644 --- a/common/include/dinput_errcode.h +++ b/common/include/dinput_errcode.h @@ -110,6 +110,7 @@ namespace DistributedInput { constexpr int32_t ERR_DH_INPUT_SERVER_SOURCE_MANAGER_DH_FWK_KIT_IS_NULL = -65038; constexpr int32_t ERR_DH_INPUT_SERVER_SOURCE_MANAGER_NODE_LISTENER_CALLBACK_ERR = -65039; constexpr int32_t ERR_DH_INPUT_SERVER_SOURCE_MANAGER_SESSION_STATE_CB_IS_NULL = -65040; + constexpr int32_t ERR_DH_INPUT_SERVER_SOURCE_MANAGER_INJECT_EVENT_CB_IS_NULL = -65041; // handler error code constexpr int32_t ERR_DH_INPUT_SINK_HANDLER_INIT_SINK_SA_FAIL = -66000;