saveError property
If non-null, save throws this object instead of recording the write.
Note: the failed save still increments saveCount and appends to savedKeys (the call attempt is observable), but data / rawValue are NOT updated.
Implementation
Object? saveError;