NM.ActiveConnectionStateReason – libnm Reference Manual
ActiveConnectionStateReason
Description:
[
CCode
( cprefix =
"NM_ACTIVE_CONNECTION_STATE_REASON_"
, type_id =
"nm_active_connection_state_reason_get_type ()"
) ]
[
Version
( since =
"1.8"
) ]
public
enum
ActiveConnectionStateReason
Active connection state reasons.
Namespace:
NM
Package:
libnm
Content:
Enum values:
CONNECTION_REMOVED
-
The connection was deleted from settings.
CONNECT_TIMEOUT
-
The connection attempt to the VPN service timed out.
DEPENDENCY_FAILED
-
Master connection of this connection failed to activate.
DEVICE_DISCONNECTED
-
The active connection changed state because the device it was using was disconnected.
DEVICE_REALIZE_FAILED
-
Could not create the software device link.
DEVICE_REMOVED
-
The device this connection depended on disappeared.
IP_CONFIG_INVALID
-
The IP config of the active connection was invalid.
LOGIN_FAILED
-
Authentication to the server failed.
NONE
-
No reason was given for the active connection state change.
NO_SECRETS
-
Necessary secrets for the connection were not provided.
SERVICE_START_FAILED
-
Starting the service providing the VPN connection failed.
SERVICE_START_TIMEOUT
-
A timeout occurred while starting the service providing the VPN connection.
SERVICE_STOPPED
-
The service providing the VPN connection was stopped.
UNKNOWN
-
The reason for the active connection state change is unknown.
USER_DISCONNECTED
-
The active connection changed state because the user disconnected it.
2022 vala-language.org