From 1611888a808a0b6b16d36c0593cecc05194b574f Mon Sep 17 00:00:00 2001 From: Seonah Moon Date: Fri, 22 Apr 2016 11:26:21 +0900 Subject: [PATCH] Add http capi error messages Change-Id: Id1d36a3341b2b1c3926851296fb441eda66abaa2 Signed-off-by: Seonah Moon --- error_messages/capi-network-http.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 error_messages/capi-network-http.xml 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 + + + -- 2.7.4