Validates the setting.
Each setting's properties have allowed values, and some are dependent on other values (hence the need for all_settings
).
The returned Error contains information about which property of the setting failed validation, and in what way
that property failed validation.
this |
the Setting to verify |
all_settings |
a SList of all settings in the connection from which this came |
|