Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-07-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-10 UTC."],[],[],null,["# RemoteMediator.MediatorResult.Error\n===================================\n\nArtifact: [androidx.paging:paging-common](/jetpack/androidx/releases/paging) \n[View Source](https://cs.android.com/search?q=file:androidx/paging/RemoteMediator.kt+class:androidx.paging.RemoteMediator.MediatorResult.Error) \nAdded in [3.0.0](/jetpack/androidx/releases/paging#3.0.0)\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/androidx/paging/RemoteMediator.MediatorResult.Error \"View this page in Java\")\nCommon/AllAndroid/JVMNative/C/iOSJavaScript\n - Cmn \n\n ```\n class RemoteMediator.MediatorResult.Error : RemoteMediator.MediatorResult\n``` \n\n|---|---|------------------------------------------------------------------------------------------------------------------------------|\n| [kotlin.Any](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-any/index.html) |||\n| ↳ | [androidx.paging.RemoteMediator.MediatorResult](/reference/kotlin/androidx/paging/RemoteMediator.MediatorResult) ||\n| | ↳ | [androidx.paging.RemoteMediator.MediatorResult.Error](/reference/kotlin/androidx/paging/RemoteMediator.MediatorResult.Error) |\n\n*** ** * ** ***\n\nRecoverable error that can be retried, sets the [LoadState](/reference/kotlin/androidx/paging/LoadState) to [LoadState.Error](/reference/kotlin/androidx/paging/LoadState.Error).\n\nSummary\n-------\n\n| ### Public constructors |\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----|\n| [Error](/reference/kotlin/androidx/paging/RemoteMediator.MediatorResult.Error#Error(kotlin.Throwable))`(throwable: `[Throwable](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-throwable/index.html)`)` | Cmn |\n\n| ### Public properties |\n|-----------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------|-----|\n| [Throwable](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-throwable/index.html) | [throwable](/reference/kotlin/androidx/paging/RemoteMediator.MediatorResult.Error#throwable()) | Cmn |\n\nPublic constructors\n-------------------\n\n### Error\n\nCmn \nAdded in [3.0.0](/jetpack/androidx/releases/paging#3.0.0) \n\n```\nError(throwable: Throwable)\n```\n\nPublic properties\n-----------------\n\n### throwable\n\nCmn \nAdded in [3.0.0](/jetpack/androidx/releases/paging#3.0.0) \n\n```\nval throwable: Throwable\n```"]]