[[["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-14 UTC."],[[["This webpage details the `OsConfigZonalServiceLimitedErrorCountRetryPolicy`, which is a retry mechanism designed for `OsConfigZonalServiceConnection`."],["The retry policy ceases if a non-transient error occurs or if the number of transient failures exceeds a specified limit, with `kUnavailable` being the only listed status code considered a transient error."],["The class constructor `OsConfigZonalServiceLimitedErrorCountRetryPolicy(int)` lets users define the maximum number of transient errors to tolerate, where setting `maximum_failures` to 0 disables the retry loop."],["The class provides functions like `OnFailure`, `IsExhausted`, and `IsPermanentFailure` to control and monitor the retry logic, as well as a `clone()` function that creates a new instance."],["There are multiple versions of this class, spanning from 2.11.0 to the most recent 2.37.0-rc, each version corresponding to a link in the content."]]],[]]