[[["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-05-07 UTC."],[[["This webpage details the `ConnectionServiceLimitedErrorCountRetryPolicy` class, which manages retry attempts for `ConnectionServiceConnection` based on error counts."],["The policy halts retries if a non-transient error occurs or if the number of transient failures exceeds a defined limit, considering `kUnavailable` and `kUnknown` status codes as transient errors."],["The `ConnectionServiceLimitedErrorCountRetryPolicy` class can be instantiated to tolerate a certain amount of transient errors through a constructor with the `maximum_failures` parameter, which can also be used to disable retries with a value of 0."],["This class provides various functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to control and manage the retry behavior."],["The webpage offers a selection of Apigee Connect C++ library version history for this class, with version 2.37.0-rc being the most recent and version 2.11.0 being the oldest."]]],[]]