onError property
Emitted when a key is deleted from the store because of an error The event contains the key and the error description.
Implementation
abstract final Event<StoreErrorEvent<T>> onError;
Emitted when a key is deleted from the store because of an error The event contains the key and the error description.
abstract final Event<StoreErrorEvent<T>> onError;