Home
last modified time | relevance | path

Searched refs:LOAD_ERROR (Results 1 – 1 of 1) sorted by relevance

/testutils/testutils-paging/src/commonMain/kotlin/androidx/paging/
DTestPagingSource.kt75 return LoadResult.Error(LOAD_ERROR) in getLoadResult()
101 val LOAD_ERROR = Exception("Exception from TestPagingSource.errorNextLoad") constant