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
Load state for failed loading
General Throwable type with details regarding the error