Error

class Error(val error: Throwable) : PagingData.LoadState

The last fetching operation has failed. his value can be used in the UI layer to show an error message. Operation can be retried by using PagingEventEmitter.retry

Constructors

Link copied to clipboard
fun Error(error: Throwable)

Properties

Link copied to clipboard
val error: Throwable