NM.ConnectionError – libnm-util Reference Manual
ConnectionError
Description:
[
CCode
( cprefix =
"NM_CONNECTION_ERROR_"
) ]
public
errordomain
ConnectionError
Describes errors that may result from operations involving a
Connection
.
Namespace:
NM
Package:
libnm-util
Content:
Error codes:
CONNECTIONSETTINGNOTFOUND
-
the
Connection
object did not contain the required
SettingConnection
object, which must be present for all connections
CONNECTIONTYPEINVALID
-
the 'type' property of the 'connection' setting did not point to a valid connection base type; ie it was not a hardware-related setting like
SettingWired
or
SettingWireless
.
INVALIDSETTING
-
the
Connection
object contains a conflicting setting object
SETTINGNOTFOUND
-
the
Connection
object did not contain the specified
Setting
object
UNKNOWNERROR
-
unknown or unclassified error
2022 vala-language.org