Versions in this module Expand all Collapse all v1 v1.16.3 Oct 23, 2019 Changes in this version + func IsExponentialBackoff(err error) bool + func NewExponentialBackoffError(operationName string, expBackoff ExponentialBackoff) error + type ExponentialBackoff struct + func (expBackoff *ExponentialBackoff) GenerateNoRetriesPermittedMsg(operationName string) string + func (expBackoff *ExponentialBackoff) SafeToRetry(operationName string) error + func (expBackoff *ExponentialBackoff) Update(err *error)