Add TIZEN_ERROR_DEVICE_POLICY_RESTRICTION 22/70222/1
authorByungWoo Lee <bw1212.lee@samsung.com>
Thu, 19 May 2016 01:00:06 +0000 (10:00 +0900)
committerByungWoo Lee <bw1212.lee@samsung.com>
Thu, 19 May 2016 01:00:06 +0000 (10:00 +0900)
Change-Id: I82951126cf6238748aeadc0ba1a394a3f8a878f4

include/tizen_error.h

index a3fb266..5813256 100644 (file)
@@ -471,9 +471,9 @@ extern "C" {
                                                           /**< Not supported */
                TIZEN_ERROR_USER_NOT_CONSENTED,
                                                                        /**< Not Consented */
+               TIZEN_ERROR_DEVICE_POLICY_RESTRICTION,
+                                                                       /**< Restriction by Device Policy */
                TIZEN_ERROR_END_OF_COLLECTION,
-               TIZEN_ERROR_NOT_SUPPORT_API = TIZEN_ERROR_NOT_SUPPORTED
-                                                                                                                       /**< TIZEN_ERROR_NOT_SUPPORT_API is deprecated */
        } tizen_error_e;
 
 /**