xfconf-4.8.0.0: FFI bindings to xfconf

Safe HaskellNone

System.XFCE.Xfconf.Error

Description

Xfconf library and daemon error descriptions

Both the Xfconf daemon and library provide error information via the use of GErrors.

For more information, see: http://docs.xfce.org/api/xfconf/xfconf-xfconf-errors.html

Synopsis

Documentation

data XfconfError Source

An enumeration listing the different kinds of errors under the xfconfErrorDomain domain.

xfconfErrorUnknown
An unknown error occurred
xfconfErrorChannelNotFound
The specified channel does not exist
xfconfErrorPropertyNotFound
The specified property does not exist on the channel
xfconfErrorReadFailure
There was a failure reading from the configuration store
xfconfErrorWriteFailure
There was a failure writing to the configuration store
xfconfErrorPermissionDenied
The user is not allowed to read or write to the channel or property
xfconfErrorInternalError
An internal error (likely a bug in xfconf) occurred
xfconfErrorNoBackend
No backends were found, or those found could not be loaded
xfconfErrorInvalidProperty
The property name specified was invalid
xfconfErrorInvalidChannel
The channel name specified was invalid