From 09b7fba6d4215efe57b0d878e33fada33fdfd883 Mon Sep 17 00:00:00 2001 From: "mk5004.lee" Date: Fri, 16 Mar 2018 19:06:10 +0900 Subject: [PATCH] Add new custom error class for Complication Change-Id: I7f08bc13c21d2ba8130d44cab901d7ad677ebfc4 Signed-off-by: mk5004.lee --- include/tizen_error.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/tizen_error.h b/include/tizen_error.h index f1e9cba..31d49b5 100644 --- a/include/tizen_error.h +++ b/include/tizen_error.h @@ -281,6 +281,8 @@ extern "C" { #define TIZEN_ERROR_JOB_SCHEDULER -0x02FA0000 /* Tizen SoftAP Error */ #define TIZEN_ERROR_SOFTAP -0x02FB0000 +/* Tizen Watchface Complication Error */ +#define TIZEN_ERROR_COMPLICATION -0x02FC0000 /** * @brief Enumeration for tizen errors. -- 2.7.4