None

data object None : RetryPolicy(source)

No retries — fail immediately on first failure.

Properties

Link copied to clipboard

Maximum number of attempts for this policy.

Functions

Link copied to clipboard
fun delayForAttempt(attempt: Int): Duration?

Computes the delay before the Nth retry attempt (0-indexed). Returns null if the attempt exceeds maxAttempts.