RetryAction
Represents an action to take after a failed retry attempt.
Enumeration Members
Section titled “Enumeration Members”CONTINUE
Section titled “CONTINUE”CONTINUE:
1
Continue retrying according to the backoff strategy.
STOP:
0
Stop retrying and propagate the error immediately.