X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fneterror.h;h=b492797477fe5903cffaaf522d026dc4fd1b3121;hb=70a2e0d8bf46cb8d210439128d6b0b4fa9aa0fab;hp=5e5fccd20631fa50451d272de44298bd28d42ecb;hpb=1eeff001ed30f8f938c0581a76a5d1b0033189d3;p=platform%2Fcore%2Fconnectivity%2Fnet-config.git diff --git a/include/neterror.h b/include/neterror.h index 5e5fccd..b492797 100755 --- a/include/neterror.h +++ b/include/neterror.h @@ -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);