From ffcc4c9216e66145836fd1ace97d87819adf0598 Mon Sep 17 00:00:00 2001 From: Sunggyu Choi Date: Fri, 27 Apr 2018 13:50:02 +0900 Subject: [PATCH] Add new custom error of DCM Change-Id: I7606a692ab522c6ebb8536d20f747d2f98fe7234 Signed-off-by: Sunggyu Choi --- include/private/tizen_error_private.h | 1 + packaging/capi-base-common.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/include/private/tizen_error_private.h b/include/private/tizen_error_private.h index 0cad406..8175c3b 100644 --- a/include/private/tizen_error_private.h +++ b/include/private/tizen_error_private.h @@ -36,6 +36,7 @@ static err_info err_list[] = { ERR_ENTRY("VC_ELM_ERROR_INVALID_LANGUAGE", TIZEN_ERROR_VOICE_CONTROL | 0x022, "Invalid language"), ERR_ENTRY("VC_ELM_ERROR_OPERATION_FAILED", TIZEN_ERROR_VOICE_CONTROL | 0x023, "Operation failed"), ERR_ENTRY("VC_ELM_ERROR_OPERATION_REJECTED", TIZEN_ERROR_VOICE_CONTROL | 0x024, "Operation rejected"), + ERR_ENTRY("DCM_ERROR_SOCKET", TIZEN_ERROR_DEVICE_CERTIFICATE_MANAGER | 0x01, "Socket error between client and Device Certificate Manager"), ERR_ENTRY("STC_ERROR_OPERATION_FAILED", TIZEN_ERROR_STC | 0x01, "Operation failed"), ERR_ENTRY("STC_ERROR_NOT_INITIALIZED", TIZEN_ERROR_STC | 0x02, "Not initialized"), ERR_ENTRY("STC_ERROR_ALREADY_INITIALIZED", TIZEN_ERROR_STC | 0x03, "Already initialized"), diff --git a/packaging/capi-base-common.spec b/packaging/capi-base-common.spec index 742643b..7cae172 100644 --- a/packaging/capi-base-common.spec +++ b/packaging/capi-base-common.spec @@ -1,6 +1,6 @@ Name: capi-base-common Summary: Common header files of Tizen Native API -Version: 0.4.25 +Version: 0.4.26 Release: 1 Group: Base License: Apache-2.0 -- 2.7.4