Add new custom error of cion module 73/264473/1 accepted/tizen/6.5/unified/20211028.094418 accepted/tizen/unified/20210924.132746 submit/tizen/20210923.014747 submit/tizen_6.5/20211028.161701 tizen_6.5.m2_release
authorSunggyu Choi <sunggyu.choi@samsung.com>
Thu, 23 Sep 2021 01:24:09 +0000 (10:24 +0900)
committerSunggyu Choi <sunggyu.choi@samsung.com>
Thu, 23 Sep 2021 01:24:47 +0000 (10:24 +0900)
Change-Id: I2e6d2ca679e9c041013419541df1ce499030420d
Signed-off-by: Sunggyu Choi <sunggyu.choi@samsung.com>
include/private/tizen_error_private.h

index 5e1c25f..114e156 100644 (file)
@@ -14,6 +14,8 @@
  * limitations under the License.
  */
 
+
+
 #ifndef __TIZEN_COMMON_ERROR_PRIVATE_H__
 #define __TIZEN_COMMON_ERROR_PRIVATE_H__
 
@@ -528,6 +530,7 @@ static err_info err_list[] = {
        ERR_ENTRY("CKMC_ERROR_UNKNOWN", TIZEN_ERROR_KEY_MANAGER | 0xFF, "The error with unknown reason"),
        ERR_ENTRY("TELEPHONY_ERROR_OPERATION_FAILED", TIZEN_ERROR_TELEPHONY | 0x0001, "Operation failed"),
        ERR_ENTRY("TELEPHONY_ERROR_SIM_NOT_AVAILABLE", TIZEN_ERROR_TELEPHONY | 0x1001, "SIM is not available"),
+       ERR_ENTRY("CION_ERROR_OPERATION_FAILED", TIZEN_ERROR_CION | 0x01, "Operation failed"),
        ERR_ENTRY("METADATA_EXTRACTOR_ERROR_OPERATION_FAILED", TIZEN_ERROR_METADATA_EXTRACTOR | 0x01, "Invalid internal operation"),
        ERR_ENTRY("DEVICE_ERROR_NOT_INITIALIZED", TIZEN_ERROR_DEVICE | 0x13, "Not initialized"),
        ERR_ENTRY("APP_MANAGER_ERROR_NO_SUCH_APP", TIZEN_ERROR_APPLICATION_MANAGER | 0x01, "No such application"),