retryWhen

val retryWhen: (Throwable) -> Boolean

Lambda called to determine if the exception should be retried. Retry on error code 500 from GoodReads by default (see Retry.Companion.retryIfServerFault.

Sources

Link copied to clipboard