Interface: retry.IsErrorThrottle
import "../ibm-cos-sdk-go-v2/aws/retry"
Overview
IsErrorThrottle provides the interface of an implementation to determine if a error response from an operation is a throttling error.
Implemented By
retry.IsErrorThrottleFunc, retry.IsErrorThrottles, retry.ThrottleErrorCode
Interface Method Summary collapse
- IsErrorThrottle(error) aws.Ternary interface
Interface Method Details
IsErrorThrottle(error) aws.Ternary
This method is abstract.
11 |
// File 'aws/retry/throttle_error.go', line 11
|