From: Sunggyu Choi Date: Wed, 4 Jul 2018 04:38:20 +0000 (+0900) Subject: Add new custom error of zigbee X-Git-Tag: submit/tizen/20180704.044324^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5c3eb3c081096371205d1492989895bb8dfd4a50;p=platform%2Fcore%2Fapi%2Fcommon.git Add new custom error of zigbee Change-Id: Ia589792cc50a6282e6c6510be8d13a1c88864aa3 Signed-off-by: Sunggyu Choi --- diff --git a/include/private/tizen_error_private.h b/include/private/tizen_error_private.h index bb0212d..738da9e 100644 --- a/include/private/tizen_error_private.h +++ b/include/private/tizen_error_private.h @@ -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"),