From 782ec2a2cd05086f381beaca90fbe58d8a1cb0fa Mon Sep 17 00:00:00 2001 From: Yu Jiung Date: Thu, 6 Apr 2017 13:47:49 +0900 Subject: [PATCH] Add Definition of TIZEN_ERROR_ASP and error messages of it for ACR-896 Change-Id: I011b6a75184f658b469af3cc3c2af4e9d9544db6 Signed-off-by: Yu jiung --- error_messages/capi-network-asp.xml | 36 ++++++++++++++++++++++++++++++++++++ include/tizen_error.h | 2 ++ 2 files changed, 38 insertions(+) create mode 100644 error_messages/capi-network-asp.xml 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. -- 2.7.4