RetryError

data class RetryError(val reason: RetryErrorType) : RetryDirective

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

Constructors

Link copied to clipboard
constructor(reason: RetryErrorType)

Properties

Link copied to clipboard