Merge "Modify the netlink scan results." into tizen
[platform/core/connectivity/net-config.git] / include / neterror.h
index 5e5fccd..b492797 100755 (executable)
@@ -37,11 +37,11 @@ extern "C" {
 
 typedef enum {
        NETCONFIG_NO_ERROR                              = 0x00,
-       NETCONFIG_ERROR_INTERNAL                = 0x01,
-       NETCONFIG_ERROR_NO_SERVICE              = 0x02,
-       NETCONFIG_ERROR_TRASPORT                = 0x03,
-       NETCONFIG_ERROR_NO_PROFILE              = 0x04,
-       NETCONFIG_ERROR_WRONG_PROFILE   = 0x05,
+       NETCONFIG_ERROR_INTERNAL                = 0x01,
+       NETCONFIG_ERROR_NO_SERVICE              = 0x02,
+       NETCONFIG_ERROR_TRASPORT                = 0x03,
+       NETCONFIG_ERROR_NO_PROFILE              = 0x04,
+       NETCONFIG_ERROR_WRONG_PROFILE   = 0x05,
        NETCONFIG_ERROR_INPROGRESS              = 0x06,
        NETCONFIG_ERROR_ALREADYEXISTS   = 0x07,
        NETCONFIG_ERROR_INVALID_PARAMETER               = 0x08,
@@ -53,7 +53,7 @@ typedef enum {
        NETCONFIG_ERROR_FAILED_GET_SIM_AUTH_WRONG_DATA          = 0x0E,
        NETCONFIG_ERROR_FAILED_GET_SIM_AUTH_DELAY                       = 0x0F,
        NETCONFIG_ERROR_FAILED_REQ_AKA_AUTH                                     = 0x10,
-       NETCONFIG_ERROR_MAX                                                             = 0x11,
+       NETCONFIG_ERROR_MAX                                                                     = 0x11,
 } netconfig_error_e;
 
 void netconfig_error_no_profile(GDBusMethodInvocation *context);
@@ -70,6 +70,7 @@ void netconfig_error_fail_get_sim_auth_wrong_data(GDBusMethodInvocation *context
 void netconfig_error_fail_get_sim_auth_delay(GDBusMethodInvocation *context);
 void netconfig_error_fail_save_congifuration(GDBusMethodInvocation *context);
 void netconfig_error_fail_ethernet_cable_state(GDBusMethodInvocation *context);
+void netconfig_error_fail_preferred_ipv6_address(GDBusMethodInvocation *context);
 void netconfig_error_dbus_method_return(GDBusMethodInvocation *context, netconfig_error_e error, const gchar *message);
 
 void netconfig_error_init(void);