{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

RemoteMediator.MediatorResult.Error

public final class RemoteMediator.MediatorResult.Error extends RemoteMediator.MediatorResult

java.lang.Object
   ↳ androidx.paging.RemoteMediator.MediatorResult
     ↳ androidx.paging.RemoteMediator.MediatorResult.Error

Recoverable error that can be retried, sets the LoadState to LoadState.Error.

Summary

Public constructors

Error(@NonNull Throwable throwable)

Public methods

final @NonNull Throwable

Public constructors

Error

public Error(@NonNull Throwable throwable)

Public methods

getThrowable

public final @NonNull Throwable getThrowable()