[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document outlines the `ConnectionServiceLimitedErrorCountRetryPolicy` class, which is used to manage retries for `ConnectionServiceConnection` in the Apigee Connect service."],["The retry policy is designed to stop retrying if a non-transient error is encountered or if the number of transient failures exceeds a specified maximum, with `kUnavailable` and `kUnknown` error status codes being the ones considered transient."],["The class has several constructors to create instances, including one that accepts an integer representing the maximum allowed transient failures and allows the disabling of the retry loop by setting `maximum_failures` to zero."],["Several functions are detailed within the policy, such as `maximum_failures()` which returns the current maximum failures, `OnFailure()` which allows you to define what happens when an error occurs, `IsExhausted()`, `IsPermanentFailure()` and `clone()` to manage the retry logic."],["The document provides a list of links for different versions of this class, with `2.37.0-rc` being the latest version available."]]],[]]