Add new custom error of capi-network-wifi-manager 50/280950/2
authorJaehyun Kim <jeik01.kim@samsung.com>
Wed, 7 Sep 2022 05:34:34 +0000 (14:34 +0900)
committerJaehyun Kim <jeik01.kim@samsung.com>
Wed, 7 Sep 2022 06:14:12 +0000 (15:14 +0900)
Change-Id: Ied16413cf961f049cadd2d4795f5edbd95d001e4
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
error_messages/capi-network-wifi-manager.xml
packaging/capi-base-common.spec

index a31993f..d0ed0e2 100644 (file)
@@ -80,5 +80,9 @@
                <value>TIZEN_ERROR_WIFI_MANAGER | 0x14</value>
                <msg>Not initialized</msg>
        </error>
+       <error name="WIFI_MANAGER_ERROR_ASSOCIATION_FAILED">
+               <value>TIZEN_ERROR_WIFI_MANAGER | 0x15</value>
+               <msg>Association failed</msg>
+       </error>
 </package>
 
index 8be3cef..48e1094 100644 (file)
@@ -1,6 +1,6 @@
 Name:       capi-base-common
 Summary:    Common header files of Tizen Native API
-Version:    0.4.71
+Version:    0.4.72
 Release:    1
 Group:      Base
 License:    Apache-2.0