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 standard retry policy which attempts to derive information from the Smithy exception hierarchy.