Interface: retry.IsErrorRetryable
import "../ibm-cos-sdk-go-v2/aws/retry"
Overview
IsErrorRetryable provides the interface of an implementation to determine if a error as the result of an operation is retryable.
Implemented By
retry.AdaptiveMode, retry.IsErrorRetryableFunc, retry.IsErrorRetryables, retry.RetryableConnectionError, retry.RetryableErrorCode, retry.RetryableHTTPStatusCode, retry.Standard
Interface Method Summary collapse
- IsErrorRetryable(error) aws.Ternary interface
Interface Method Details
IsErrorRetryable(error) aws.Ternary
This method is abstract.
15 |
// File 'aws/retry/retryable_error.go', line 15
|