QueryRefreshErrorObject
constructor(reply: Reply<T>, replyUpdatedAt: Long, error: Throwable, errorUpdatedAt: Long, staleAt: Long, fetchStatus: QueryFetchStatus, isInvalidated: Boolean, refresh: suspend () -> Unit)
Creates a QueryRefreshErrorObject.
Parameters
T
Type of data to retrieve.