onError property

Event<StoreErrorEvent<SessionData>> onError
finalinherited

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;