From 1139dc117d3a2bfaec44f03e217abc24ba297b3c Mon Sep 17 00:00:00 2001 From: Sunggyu Choi Date: Wed, 5 Jun 2019 12:49:08 +0900 Subject: [PATCH] Add new error class for Media Controller Change-Id: I2a02832f3a9c6544afa9df8b526e9747b4703a73 Signed-off-by: Sunggyu Choi --- include/tizen_error.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/tizen_error.h b/include/tizen_error.h index a6a8f04..f88cb79 100644 --- a/include/tizen_error.h +++ b/include/tizen_error.h @@ -157,7 +157,7 @@ extern "C" { #define TIZEN_ERROR_MEDIA_STREAMER -0x01A00000 /* Tizen MEDIA STREAMRECORDER Error */ #define TIZEN_ERROR_STREAMRECORDER -0x01A10000 -/* Tizen MEDIA STREAMRECORDER Error */ +/* Tizen MEDIA TOOL Error */ #define TIZEN_ERROR_MEDIA_TOOL -0x01A20000 /* Tizen Bluetooth Error */ #define TIZEN_ERROR_BLUETOOTH -0x01C00000 @@ -293,6 +293,9 @@ extern "C" { #define TIZEN_ERROR_MULTI_ASSISTANT -0x03000000 /* Autofill Error */ #define TIZEN_ERROR_AUTOFILL -0x03010000 +/* Media Controller Error */ +#define TIZEN_ERROR_MEDIA_CONTROLLER -0x03020000 + /** * @brief Enumeration for tizen errors. -- 2.7.4