SettingError
Description:
[ CCode ( cprefix = "NM_SETTING_ERROR_" ) ]
public errordomain SettingError
Describes errors that may result from operations involving a Setting.
Content:
Error codes:
- PROPERTYNOTFOUND - a property
required by the operation was not found; for example, an attempt to update an invalid secret
- PROPERTYNOTSECRET - an operation
which requires a secret was attempted on a non-secret property
- PROPERTYTYPEMISMATCH - the
operation requires a property of a specific type, or the value couldn't be transformed to the same type as the property being acted upon
- UNKNOWNERROR - unknown or unclassified
error
Static methods:
- public static Quark quark ()
Registers an error quark for
Setting if necessary.