From b7c746fe154fb3f56153f4d64f1d2b84803f63f6 Mon Sep 17 00:00:00 2001 From: Sunggyu Choi Date: Thu, 27 Sep 2018 13:24:35 +0900 Subject: [PATCH] Add new custom error for multi-assistant Change-Id: I6a711e5f86de6edb14762079fcf493ae42a24b81 Signed-off-by: Sunggyu Choi --- include/private/tizen_error_private.h | 6 ++++++ packaging/capi-base-common.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/include/private/tizen_error_private.h b/include/private/tizen_error_private.h index a52b9a2..16eafc4 100644 --- a/include/private/tizen_error_private.h +++ b/include/private/tizen_error_private.h @@ -512,6 +512,12 @@ static err_info err_list[] = { ERR_ENTRY("APP_MANAGER_ERROR_APP_NO_RUNNING", TIZEN_ERROR_APPLICATION_MANAGER | 0x05, "App is not running"), ERR_ENTRY("APP_MANAGER_ERROR_REQUEST_FAILED", TIZEN_ERROR_APPLICATION_MANAGER | 0x06, "Internal aul request error"), ERR_ENTRY("BUNDLE_ERROR_KEY_EXISTS", TIZEN_ERROR_BUNDLE | 0x01, "Key exists"), + ERR_ENTRY("MA_ERROR_INVALID_STATE", TIZEN_ERROR_MULTI_ASSISTANT | 0x011, "Invalid state"), + ERR_ENTRY("MA_ERROR_INVALID_LANGUAGE", TIZEN_ERROR_MULTI_ASSISTANT | 0x012, "Invalid language"), + ERR_ENTRY("MA_ERROR_ENGINE_NOT_FOUND", TIZEN_ERROR_MULTI_ASSISTANT | 0x013, "No available engine"), + ERR_ENTRY("MA_ERROR_OPERATION_FAILED", TIZEN_ERROR_MULTI_ASSISTANT | 0x014, "Operation failed"), + ERR_ENTRY("MA_ERROR_SERVICE_RESET", TIZEN_ERROR_MULTI_ASSISTANT | 0x015, "Service reset"), + ERR_ENTRY("MA_ERROR_NOT_SUPPORTED_FEATURE", TIZEN_ERROR_MULTI_ASSISTANT | 0x016, "Feature not supported"), ERR_ENTRY("SYNC_ERROR_SYSTEM", TIZEN_ERROR_SYNC_MANAGER | 0x01, "System error"), ERR_ENTRY("SYNC_ERROR_SYNC_ADAPTER_NOT_FOUND", TIZEN_ERROR_SYNC_MANAGER | 0x02, "Sync adapter is not registered"), ERR_ENTRY("CALENDAR_ERROR_DB_FAILED", TIZEN_ERROR_CALENDAR | 0x02, "No access to the database"), diff --git a/packaging/capi-base-common.spec b/packaging/capi-base-common.spec index adb0347..faa07ff 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.31 +Version: 0.4.32 Release: 1 Group: Base License: Apache-2.0 -- 2.7.4