Add new custom error of inm
[platform/core/api/common.git] / include / private / tizen_error_private.h
index 091f1e3..595e5cc 100644 (file)
@@ -201,6 +201,7 @@ static err_info err_list[] = {
        ERR_ENTRY("INM_ERROR_NOT_INITIALIZED", TIZEN_ERROR_INM | 0x01, "Not initialized"),
        ERR_ENTRY("INM_ERROR_ALREADY_INITIALIZED", TIZEN_ERROR_INM | 0x02, "Already initialized"),
        ERR_ENTRY("INM_ERROR_OPERATION_FAILED", TIZEN_ERROR_INM | 0x03, "Operation failed"),
+       ERR_ENTRY("INM_ERROR_DATA_NOT_FOUND", TIZEN_ERROR_INM | 0x04, "Data not found"),
        ERR_ENTRY("TTS_ERROR_INVALID_STATE", TIZEN_ERROR_TTS | 0x01, "Invalid state"),
        ERR_ENTRY("TTS_ERROR_INVALID_VOICE", TIZEN_ERROR_TTS | 0x02, "Invalid voice"),
        ERR_ENTRY("TTS_ERROR_ENGINE_NOT_FOUND", TIZEN_ERROR_TTS | 0x03, "No available engine"),