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.

Constructors

Link copied to clipboard
constructor(error: Throwable, errorUpdatedAt: Long, paused: QueryFetchStatus.Paused? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard