Module gwy :: Class AppSettingsError
[hide private]
[frames] | no frames]

Class AppSettingsError

source code

Error codes returned by application settings functions.


Note: All the enumerated values are defined at the module level, not the class level. The are just groupped by class here for easier orientation.

Class Variables [hide private]
  APP_SETTINGS_ERROR_CFGDIR
User configuration directory is not readable or writable or it does not exist and its creation failed.
  APP_SETTINGS_ERROR_CORRUPT
Settings file contents is corrupted.
  APP_SETTINGS_ERROR_EMPTY
Settings file is empty (Since 2.45).
  APP_SETTINGS_ERROR_FILE
Settings file is not readable or writable.
Class Variable Details [hide private]

APP_SETTINGS_ERROR_EMPTY

Settings file is empty (Since 2.45). This was previously reported as APP_SETTINGS_ERROR_CORRUPT but empty settings files can be overwritten without losing anything.