Add new custom error of zigbee 72/183272/1 accepted/tizen/unified/20180705.081208 submit/tizen/20180704.044324
authorSunggyu Choi <sunggyu.choi@samsung.com>
Wed, 4 Jul 2018 04:38:20 +0000 (13:38 +0900)
committerSunggyu Choi <sunggyu.choi@samsung.com>
Wed, 4 Jul 2018 04:38:20 +0000 (13:38 +0900)
Change-Id: Ia589792cc50a6282e6c6510be8d13a1c88864aa3
Signed-off-by: Sunggyu Choi <sunggyu.choi@samsung.com>
include/private/tizen_error_private.h

index bb0212d..738da9e 100644 (file)
@@ -345,6 +345,9 @@ static err_info err_list[] = {
        ERR_ENTRY("EFL_UTIL_ERROR_SCREENSHOT_INIT_FAIL", TIZEN_ERROR_EFL_UTIL | 0x02, "Screenshot initialization fail"),
        ERR_ENTRY("EFL_UTIL_ERROR_SCREENSHOT_EXECUTION_FAIL", TIZEN_ERROR_EFL_UTIL | 0x03, "Screenshot execution fail"),
        ERR_ENTRY("EFL_UTIL_ERROR_NO_RESOURCE_AVAILABLE", TIZEN_ERROR_EFL_UTIL | 0x04, "Resource is not available"),
+       ERR_ENTRY("ZIGBEE_ERROR_INVALID_ENDPOINT", TIZEN_ERROR_ZIGBEE | 0x01, "Endpoint 0 is reserved for ZDP"),
+       ERR_ENTRY("ZIGBEE_ERROR_INVALID_ADDRESS", TIZEN_ERROR_ZIGBEE | 0x02, "Wrong address"),
+       ERR_ENTRY("ZIGBEE_ERROR_OPERATION_FAILED", TIZEN_ERROR_ZIGBEE | 0x03, "Operation failed"),
        ERR_ENTRY("I18N_ERROR_MISSING_RESOURCE", TIZEN_ERROR_UTILITY_ICU | 0x01, "The requested resource cannot be found"),
        ERR_ENTRY("I18N_ERROR_INVALID_FORMAT", TIZEN_ERROR_UTILITY_ICU | 0x02, "Data format is not what is expected"),
        ERR_ENTRY("I18N_ERROR_FILE_ACCESS", TIZEN_ERROR_UTILITY_ICU | 0x03, "The requested file cannot be found"),