From c7d8a99aec0c21465847901df4eae055f5f85762 Mon Sep 17 00:00:00 2001 From: ByungWoo Lee Date: Thu, 21 Apr 2016 13:57:10 +0900 Subject: [PATCH] Add TIZEN_ERROR_HTTP Change-Id: I73b6d1bcb438b7b27cc9ba2cf70e79a32fc7e4e6 --- include/tizen_error.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/tizen_error.h b/include/tizen_error.h index 5747d1f..3dbc071 100644 --- a/include/tizen_error.h +++ b/include/tizen_error.h @@ -183,6 +183,8 @@ extern "C" { #define TIZEN_ERROR_VPNSVC -0x01CB0000 /* Tizen MTP Error */ #define TIZEN_ERROR_MTP -0x01CC0000 +/* Tizen Http Error */ +#define TIZEN_ERROR_HTTP -0x01CD0000 /* Tizen Privacy Manager Error */ #define TIZEN_ERROR_PRIVACY_MANAGER -0x01E00000 /* Tizen Key Manager Error */ -- 2.34.1