From f8ee9a3f3d8ad76bf127d5c0f70bead2959f99d8 Mon Sep 17 00:00:00 2001 From: ByungWoo Lee Date: Thu, 19 May 2016 10:00:06 +0900 Subject: [PATCH] Add TIZEN_ERROR_DEVICE_POLICY_RESTRICTION Change-Id: I82951126cf6238748aeadc0ba1a394a3f8a878f4 --- include/tizen_error.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; /** -- 2.34.1