RemoteMediator.MediatorResult.Error

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


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

Added in 3.0.0
public Error(@NonNull Throwable throwable)

Public methods

getThrowable

Added in 3.0.0
public final @NonNull Throwable getThrowable()