Smithy Kotlin
Toggle table of contents
1.5.8
common
Platform filter
common
Switch theme
Skip to content
Smithy Kotlin
runtime-core
/
aws.smithy.kotlin.runtime.retries.policy
/
RetryDirective
/
RetryError
Retry
Error
common
data
class
RetryError
(
val
reason
:
RetryErrorType
)
:
RetryDirective
Indicates that retrying should continue as the result indicates a retryable failure condition.
Members
Constructors
Retry
Error
Link copied to clipboard
common
constructor
(
reason
:
RetryErrorType
)
Properties
reason
Link copied to clipboard
common
val
reason
:
RetryErrorType