FetchFailure
data class FetchFailure(val error: Throwable, val errorUpdatedAt: Long, val paused: QueryFetchStatus.Paused? = null) : QueryAction<Nothing>
Indicates that the query has failed.
Parameters
error
The error that occurred.
errorUpdatedAt
The timestamp when the error occurred.
paused
The paused status of the query.