summaryrefslogtreecommitdiff
path: root/include/badge_error.h
diff options
context:
space:
mode:
authorKyuho Jo <kyuho.jo@samsung.com>2015-06-17 19:38:24 +0900
committerKyuho Jo <kyuho.jo@samsung.com>2015-06-17 19:39:42 +0900
commit679ba62a848631e6236ae8f783391f2eeda1d6b0 (patch)
treefd60a0be1f04073b7f14a112c15b72adc8c5cd40 /include/badge_error.h
parentdf12451fc652d0f83f8cc85418c39c0d09c16ca2 (diff)
downloadbadge-679ba62a848631e6236ae8f783391f2eeda1d6b0.tar.gz
badge-679ba62a848631e6236ae8f783391f2eeda1d6b0.tar.bz2
badge-679ba62a848631e6236ae8f783391f2eeda1d6b0.zip
Change-Id: Ief4b00adb923213aa6307cf12b7193c04a3a2274 Signed-off-by: Kyuho Jo <kyuho.jo@samsung.com>
Diffstat (limited to 'include/badge_error.h')
-rwxr-xr-xinclude/badge_error.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/badge_error.h b/include/badge_error.h
index e88678d..1caa303 100755
--- a/include/badge_error.h
+++ b/include/badge_error.h
@@ -54,6 +54,7 @@ typedef enum _badge_error_e {
BADGE_ERROR_FROM_DBUS = TIZEN_ERROR_BADGE | 0x03, /**< Error from DBus */
BADGE_ERROR_NOT_EXIST = TIZEN_ERROR_BADGE | 0x04, /**< Not exist */
BADGE_ERROR_SERVICE_NOT_READY = TIZEN_ERROR_BADGE | 0x05, /**< Error service not ready */
+ BADGE_ERROR_INVALID_PACKAGE = TIZEN_ERROR_BADGE | 0x06, /**< The caller application is not signed with the certificate of the badge owner*/
} badge_error_e;
/**