Meaning:
An error occurred during the specification of function parameters or object properties.
Possible causes:
The specification of this parameter or this property for this function or object type is not permitted. This means that this property does not exist for this object type or cannot be modified.
The specified value is not permitted for this parameter or for the specified property (not numerical or not in the permitted range of values) or is not permitted in combination with other properties.
Message text:
"invalid / unchangeable property given"
or
"invalid value <value> for property <key> given"
or
"invalid parameter <key> given"
or
or similar.
Solution:
Depending on the message text, please check whether the property specified for this object type exists or can be modified or whether the specified value is permitted for this parameter.