[DoNotMerge] Add new error for connection and wifi-manager 68/183668/3
authortaesub kim <taesub.kim@samsung.com>
Mon, 9 Jul 2018 22:38:11 +0000 (07:38 +0900)
committertaesub kim <taesub.kim@samsung.com>
Tue, 10 Jul 2018 04:31:14 +0000 (13:31 +0900)
Change-Id: Ic0bc5a97596857e7e723bd62fc19cccea95a0ccb
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
error_messages/capi-network-connection.xml
error_messages/capi-network-wifi-manager.xml
packaging/capi-base-common.spec

index 80ed53a..be22d9b 100644 (file)
                <value>TIZEN_ERROR_CONNECTION | 0x0408</value>
                <msg>No reply</msg>
        </error>
+       <error name="CONNECTION_ERROR_ALREADY_INITIALIZED">
+               <value>TIZEN_ERROR_CONNECTION | 0x0409</value>
+               <msg>Already initialized</msg>
+       </error>
+       <error name="CONNECTION_ERROR_NOT_INITIALIZED">
+               <value>TIZEN_ERROR_CONNECTION | 0x040A</value>
+               <msg>Not initialized</msg>
+       </error>
 </package>
 
index f3980e3..5fe58b9 100644 (file)
@@ -76,5 +76,9 @@
                <value>TIZEN_ERROR_WIFI_MANAGER | 0x13</value>
                <msg>Invalid Gateway</msg>
        </error>
+       <error name="WIFI_MANAGER_ERROR_NET_INITIALIZED">
+               <value>TIZEN_ERROR_WIFI_MANAGER | 0x14</value>
+               <msg>NET initialized</msg>
+       </error>
 </package>
 
index 15d5328..d50052d 100644 (file)
@@ -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