Interface: retry.IsErrorTimeout

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

Overview

IsErrorTimeout provides the interface of an implementation to determine if a error matches.

Implemented By

retry.IsErrorTimeoutFunc, retry.IsErrorTimeouts, retry.TimeouterError

Interface Method Summary collapse

Interface Method Details

IsErrorTimeout(err error) aws.Ternary

This method is abstract.


11
// File 'aws/retry/timeout_error.go', line 11

IsErrorTimeout(err error) aws.Ternary