evaluate

abstract fun evaluate(result: <Error class: unknown class><R>): RetryDirective

Evaluate the given retry attempt.

Return

A RetryDirective indicating what action the aws.smithy.kotlin.runtime.retries.RetryStrategy should take next.

Parameters

result

The Result of the retry attempt.