func IsMaxRetries()

in pkg/retry.go [34:36]


func IsMaxRetries(err error) bool {
	return err == errMaxRetriesReached
}