From: Yu Jiung Date: Thu, 6 Apr 2017 04:47:49 +0000 (+0900) Subject: Add Definition of TIZEN_ERROR_ASP and error messages of it for ACR-896 X-Git-Tag: submit/tizen/20170424.023531~3^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F37%2F123537%2F4;p=platform%2Fcore%2Fapi%2Fcommon.git Add Definition of TIZEN_ERROR_ASP and error messages of it for ACR-896 Change-Id: I011b6a75184f658b469af3cc3c2af4e9d9544db6 Signed-off-by: Yu jiung --- diff --git a/error_messages/capi-network-asp.xml b/error_messages/capi-network-asp.xml new file mode 100644 index 0000000..d89bf10 --- /dev/null +++ b/error_messages/capi-network-asp.xml @@ -0,0 +1,36 @@ + + + + TIZEN_ERROR_ASP | 0x01 + Not initialized + + + TIZEN_ERROR_ASP | 0x02 + Already initialized + + + TIZEN_ERROR_ASP | 0x03 + I/O error + + + TIZEN_ERROR_ASP | 0x04 + Operation failed + + + TIZEN_ERROR_ASP | 0x05 + In progress + + + TIZEN_ERROR_ASP | 0x06 + Service not found + + + TIZEN_ERROR_ASP | 0x07 + Session not found + + + TIZEN_ERROR_ASP | 0x08 + Requested network role rejected + + + diff --git a/include/tizen_error.h b/include/tizen_error.h index b3c4efd..c49e4e0 100644 --- a/include/tizen_error.h +++ b/include/tizen_error.h @@ -269,6 +269,8 @@ extern "C" { #define TIZEN_ERROR_WIDGET -0x02F40000 /* Tizen Voice Control Error */ #define TIZEN_ERROR_VOICE_CONTROL -0x02F50000 +/* Tizen Application Service Platform (ASP) Error */ +#define TIZEN_ERROR_ASP -0x02F60000 /** * @brief Enumeration for tizen errors.