Although this is not quite clear on the (very) general error handling recommendations, (and there's an ongoing issue in the Spec regarding this), I'd suggest ignoring a call when a Getter/Setter with a value of None is received, in order to not cause any error.
Although this is not quite clear on the (very) general error handling recommendations, (and there's an ongoing issue in the Spec regarding this), I'd suggest ignoring a call when a
Getter/Setterwith a value ofNoneis received, in order to not cause any error.