[[["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-05 UTC."],[[["This webpage details the `ConnectionServiceLimitedErrorCountRetryPolicy` for the Apigee Connect C++ library, specifically in version 2.35.0, which is also available in numerous other versions ranging from 2.11.0 to 2.37.0-rc."],["The policy manages retries for `ConnectionServiceConnection` operations, halting when a non-transient error occurs or when a specified number of transient errors (such as `kUnavailable` or `kUnknown`) is exceeded."],["Users can customize the retry behavior by setting the `maximum_failures` parameter in the `ConnectionServiceLimitedErrorCountRetryPolicy` constructor, with `maximum_failures` set to 0 disabling the retry loop entirely."],["The page provides details on the policy's constructors, functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, as well as the `BaseType` alias."]]],[]]