AWS SDK for C++AWS SDK for C++ Version 1.11.788 |
#include <DefaultRetryStrategy.h>
Definition at line 16 of file DefaultRetryStrategy.h.
10,
25
Definition at line 20 of file DefaultRetryStrategy.h.
Calculates the time in milliseconds the client should sleep before attempting another request based on the error and attemptedRetries count.
Implements Aws::Client::RetryStrategy.
Gets max number of attempts allowed for an operation. Returns non positive value if not defined.
Reimplemented from Aws::Client::RetryStrategy.
Definition at line 28 of file DefaultRetryStrategy.h.
Get return strategy name.
Reimplemented from Aws::Client::RetryStrategy.
Definition at line 30 of file DefaultRetryStrategy.h.
Returns true if the error can be retried given the error and the number of times already tried.
Implements Aws::Client::RetryStrategy.
Reimplemented in Aws::Client::SpecifiedRetryableErrorsRetryStrategy.
Definition at line 34 of file DefaultRetryStrategy.h.
Definition at line 33 of file DefaultRetryStrategy.h.