Struct: retry.IsErrorThrottleFunc

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

Overview

IsErrorThrottle returns if the error is a throttle error.

Implemented Interfaces

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

Method Summary collapse

Method Details

func (fn IsErrorThrottleFunc) IsErrorThrottle(err error) aws.Ternary



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

func (fn IsErrorThrottleFunc) IsErrorThrottle(err error) aws.Ternary { return fn(err) }