Package-level declarations

Types

Link copied to clipboard
sealed class RetryDirective

The evaluation of a single try.

Link copied to clipboard

A type of error that may be retried.

Link copied to clipboard
interface RetryPolicy<in R>

A policy that evaluates a Result from a retry attempt and indicates the action a aws.smithy.kotlin.runtime.retries.RetryStrategy should take next.

Link copied to clipboard

A basic retry policy for Smithy clients that defines which error conditions are retryable and how. This policy will evaluate the following exceptions as retryable: