shouldResetOnError

abstract fun shouldResetOnError(cause: Throwable): Boolean

Determines whether all optimistic updates should be reset when an error occurs.

Return

True if all pending optimistic updates should be reset, false otherwise.

Parameters

cause

The throwable that caused the error.