Enums¶
Details¶
- class Xfconf.Error(value)¶
Bases:
GObject.GEnum
An enumeration listing the different kinds of errors under the XFCONF_ERROR domain.
- UNKNOWN = 0¶
An unknown error occurred
- CHANNELNOTFOUND = 1¶
The specified channel does not exist
- PROPERTYNOTFOUND = 2¶
The specified property does not exist on the channel
- READFAILURE = 3¶
There was a failure reading from the configuration store
- WRITEFAILURE = 4¶
There was a failure writing to the configuration store
- PERMISSIONDENIED = 5¶
The user is not allowed to read or write to the channel or property
- INTERNALERROR = 6¶
An internal error (likely a bug in xfconf) occurred
- NOBACKEND = 7¶
No backends were found, or those found could not be loaded
- INVALIDPROPERTY = 8¶
The property name specified was invalid
- INVALIDCHANNEL = 9¶
The channel name specified was invalid