RetryDirective

sealed class RetryDirective

The evaluation of a single try.

Inheritors

Types

Link copied to clipboard
data class RetryError(val reason: RetryErrorType) : RetryDirective

Indicates that retrying should continue as the result indicates a retryable failure condition.

Link copied to clipboard

Indicates that retrying should stop as the result indicates a non-retryable failure condition.

Link copied to clipboard

Indicates that retrying should stop as the result indicates a success condition.