From 7ac1ab44c5d17696cf98d023a447800924301b36 Mon Sep 17 00:00:00 2001 From: ByungWoo Lee Date: Mon, 14 Mar 2016 13:56:25 +0900 Subject: [PATCH] Add TIZEN_ERROR_PHONENUMBER_UTILS Change-Id: Ia8b45a3e0ce24f6f5e2060f100196f63d74415f3 --- include/tizen_error.h | 2 ++ 1 file changed, 2 insertions(+) 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 */ -- 2.34.1