Add error message of TIZEN_ERROR_DEVICE_POLICY_RESTRICTION 85/71285/1 accepted/tizen/common/20160526.145934 accepted/tizen/ivi/20160602.021013 accepted/tizen/mobile/20160602.020929 accepted/tizen/tv/20160602.020919 accepted/tizen/wearable/20160602.021041 submit/tizen/20160525.022806
authorByungWoo Lee <bw1212.lee@samsung.com>
Wed, 25 May 2016 02:22:47 +0000 (11:22 +0900)
committerByungWoo Lee <bw1212.lee@samsung.com>
Wed, 25 May 2016 02:22:47 +0000 (11:22 +0900)
Change-Id: Idfdb4df6132f92bd97a6ea251be89cbc0b2d8ad5

error_messages/capi-base-common.xml
include/private/tizen_error_private.h
packaging/capi-base-common.spec

index cfe6129..622870d 100644 (file)
@@ -20,5 +20,9 @@
                <value>TIZEN_ERROR_USER_NOT_CONSENTED</value>
                <msg>Not consented</msg>
        </error>
+       <error name="TIZEN_ERROR_DEVICE_POLICY_RESTRICTION">
+               <value>TIZEN_ERROR_DEVICE_POLICY_RESTRICTION</value>
+               <msg>Restriction by Device Policy</msg>
+       </error>
 </package>
 
index 30a616b..47afe7b 100644 (file)
@@ -387,6 +387,7 @@ static err_info err_list[] = {
        ERR_ENTRY("TIZEN_ERROR_TIMED_OUT", TIZEN_ERROR_TIMED_OUT, "Time out"),
        ERR_ENTRY("TIZEN_ERROR_NOT_SUPPORTED", TIZEN_ERROR_NOT_SUPPORTED, "Not supported"),
        ERR_ENTRY("TIZEN_ERROR_USER_NOT_CONSENTED", TIZEN_ERROR_USER_NOT_CONSENTED, "Not consented"),
+       ERR_ENTRY("TIZEN_ERROR_DEVICE_POLICY_RESTRICTION", TIZEN_ERROR_DEVICE_POLICY_RESTRICTION, "Restriction by Device Policy"),
        ERR_ENTRY("ACCOUNT_ERROR_DUPLICATED", TIZEN_ERROR_ACCOUNT | 0x01, "Same user name exists in your application"),
        ERR_ENTRY("ACCOUNT_ERROR_RECORD_NOT_FOUND", TIZEN_ERROR_ACCOUNT | 0x03, "Related record does not exist"),
        ERR_ENTRY("ACCOUNT_ERROR_DB_FAILED", TIZEN_ERROR_ACCOUNT | 0x04, "DB operation failed"),
index 78b9344..b79e66f 100644 (file)
@@ -1,6 +1,6 @@
 Name:       capi-base-common
 Summary:    Common header files of Tizen Native API
-Version:    0.4.5
+Version:    0.4.6
 Release:    1
 Group:      Base
 License:    Apache-2.0