From 7216305ac55ba19e199115c9aebc5e2f6c454dc1 Mon Sep 17 00:00:00 2001 From: taesub kim Date: Tue, 10 Jul 2018 07:38:11 +0900 Subject: [PATCH] [DoNotMerge] Add new error for connection and wifi-manager Change-Id: Ic0bc5a97596857e7e723bd62fc19cccea95a0ccb Signed-off-by: Taesub Kim --- error_messages/capi-network-connection.xml | 8 ++++++++ error_messages/capi-network-wifi-manager.xml | 4 ++++ packaging/capi-base-common.spec | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/error_messages/capi-network-connection.xml b/error_messages/capi-network-connection.xml index 80ed53a..be22d9b 100644 --- a/error_messages/capi-network-connection.xml +++ b/error_messages/capi-network-connection.xml @@ -32,5 +32,13 @@ TIZEN_ERROR_CONNECTION | 0x0408 No reply + + TIZEN_ERROR_CONNECTION | 0x0409 + Already initialized + + + TIZEN_ERROR_CONNECTION | 0x040A + Not initialized + diff --git a/error_messages/capi-network-wifi-manager.xml b/error_messages/capi-network-wifi-manager.xml index f3980e3..5fe58b9 100644 --- a/error_messages/capi-network-wifi-manager.xml +++ b/error_messages/capi-network-wifi-manager.xml @@ -76,5 +76,9 @@ TIZEN_ERROR_WIFI_MANAGER | 0x13 Invalid Gateway + + TIZEN_ERROR_WIFI_MANAGER | 0x14 + NET initialized + diff --git a/packaging/capi-base-common.spec b/packaging/capi-base-common.spec index 15d5328..d50052d 100644 --- a/packaging/capi-base-common.spec +++ b/packaging/capi-base-common.spec @@ -1,6 +1,6 @@ Name: capi-base-common Summary: Common header files of Tizen Native API -Version: 0.4.29 +Version: 0.4.30 Release: 1 Group: Base License: Apache-2.0 -- 2.34.1