deleteError property

Object? deleteError
getter/setter pair

If non-null, delete throws.

Note: the failed delete still increments deleteCount, but the entry is NOT removed.

Implementation

Object? deleteError;