From: ByungWoo Lee Date: Thu, 19 May 2016 01:00:06 +0000 (+0900) Subject: Add TIZEN_ERROR_DEVICE_POLICY_RESTRICTION X-Git-Tag: submit/tizen/20160520.024139~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f8ee9a3f3d8ad76bf127d5c0f70bead2959f99d8;p=platform%2Fcore%2Fapi%2Fcommon.git Add TIZEN_ERROR_DEVICE_POLICY_RESTRICTION Change-Id: I82951126cf6238748aeadc0ba1a394a3f8a878f4 --- diff --git a/include/tizen_error.h b/include/tizen_error.h index a3fb266..5813256 100644 --- a/include/tizen_error.h +++ b/include/tizen_error.h @@ -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; /**