Error
Kotlin
|Java
class Error : LoadState
kotlin.Any | ||
↳ | androidx.paging.LoadState | |
↳ | androidx.paging.LoadState.Error |
Loading hit an error.
Summary
Public constructors | |
---|---|
Loading hit an error. |
Public methods | |
---|---|
Boolean | |
Int |
hashCode() |
String |
toString() |
Properties | |
---|---|
Throwable |
Throwable that caused the load operation to generate this error state. |
Inherited properties | |
---|---|
Public constructors
<init>
Error(error: Throwable)
Loading hit an error.
Parameters | |
---|---|
error: Throwable | Throwable that caused the load operation to generate this error state. |
See Also
Public methods
hashCode
fun hashCode(): Int
toString
fun toString(): String