Struct: retry.IsErrorTimeoutFunc

import "../ibm-cos-sdk-go-v2/aws/retry"

Overview

IsErrorTimeout returns if the error is retryable.

Implemented Interfaces

types.AnalyticsFilter, v4.HTTPPresigner, s3.HTTPPresignerV4, retry.IsErrorTimeout, types.MetricsFilter, s3.PresignPost, arn.S3ObjectLambdaARN, types.SelectObjectContentEventStream

Method Summary collapse

Method Details

func (fn IsErrorTimeoutFunc) IsErrorTimeout(err error) aws.Ternary



34
35
36
// File 'aws/retry/timeout_error.go', line 34

func (fn IsErrorTimeoutFunc) IsErrorTimeout(err error) aws.Ternary { return fn(err) }