Error

data class Error(val details: Throwable, val position: LoadState.Position = Position.UNDEFINED) : LoadState

Load state for failed loading

Parameters

details

General Throwable type with details regarding the error

Constructors

Link copied to clipboard
constructor(details: Throwable, position: LoadState.Position = Position.UNDEFINED)

Properties

Link copied to clipboard
Link copied to clipboard
open override val position: LoadState.Position

Where the loader should be placed