From: ByungWoo Lee Date: Mon, 14 Mar 2016 04:56:25 +0000 (+0900) Subject: Add TIZEN_ERROR_PHONENUMBER_UTILS X-Git-Tag: submit/tizen/20160314.063505~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7ac1ab44c5d17696cf98d023a447800924301b36;p=platform%2Fcore%2Fapi%2Fcommon.git Add TIZEN_ERROR_PHONENUMBER_UTILS Change-Id: Ia8b45a3e0ce24f6f5e2060f100196f63d74415f3 --- diff --git a/include/tizen_error.h b/include/tizen_error.h index 6ad9242..5747d1f 100644 --- a/include/tizen_error.h +++ b/include/tizen_error.h @@ -193,6 +193,8 @@ extern "C" { #define TIZEN_ERROR_CALENDAR -0x02000000 /* Tizen Contacts Error */ #define TIZEN_ERROR_CONTACTS -0x02010000 +/* Tizen Phonenumber utils Error */ +#define TIZEN_ERROR_PHONENUMBER_UTILS -0x02020000 /* Tizen Storage Error */ #define TIZEN_ERROR_STORAGE -0x02200000 /* Tizen Vconf Error */