shouldResetOnError

open override fun shouldResetOnError(cause: Throwable): Boolean(source)

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.