| Value | Meaning |
|---|---|
| success0 | the property has been successfully set to the request value |
| notPermitted-1 | the property exists but it cannot be changed at this time |
| notImplemented-2 | the set function is not implemented for the given property (which may or may not exist) |
| noSuchProperty-3 | there is no property by that name |
| wrongFormat-4 | the string was given in the wrong format, e.g. passing "two" for an int value |
| invalidValue-5 | the string is in the correct format, but the specific given value could not be used (for example, because it was out of bounds) |
setPropertyFromString possible return values