From: Seonah Moon Date: Fri, 22 Apr 2016 02:26:21 +0000 (+0900) Subject: Add http capi error messages X-Git-Tag: submit/tizen/20160425.021027~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1611888a808a0b6b16d36c0593cecc05194b574f;p=platform%2Fcore%2Fapi%2Fcommon.git Add http capi error messages Change-Id: Id1d36a3341b2b1c3926851296fb441eda66abaa2 Signed-off-by: Seonah Moon --- diff --git a/error_messages/capi-network-http.xml b/error_messages/capi-network-http.xml new file mode 100644 index 0000000..17c819b --- /dev/null +++ b/error_messages/capi-network-http.xml @@ -0,0 +1,24 @@ + + + + TIZEN_ERROR_HTTP | 0x01 + Operation failed + + + TIZEN_ERROR_HTTP | 0x06 + Couldn't resolve host + + + TIZEN_ERROR_HTTP|0x07 + Couldn't Connect to host + + + TIZEN_ERROR_HTTP|0x28 + Timeout + + + TIZEN_ERROR_HTTP|0x35 + SSL Error + + +