Struct: retry.IsErrorTimeouts
import "../ibm-cos-sdk-go-v2/aws/retry"
Overview
IsErrorTimeout returns if the error is retryable if any of the checks in the list return a value other than unknown.
Implemented Interfaces
types.AnalyticsFilter, v4.HTTPPresigner, s3.HTTPPresignerV4, retry.IsErrorTimeout, types.MetricsFilter, s3.PresignPost, arn.S3ObjectLambdaARN, types.SelectObjectContentEventStream
Method Summary collapse
Method Details
func (ts IsErrorTimeouts) IsErrorTimeout(err error) aws.Ternary
21 22 23 24 25 26 27 28 |
// File 'aws/retry/timeout_error.go', line 21
|