[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["This webpage details the `OsConfigZonalServiceLimitedErrorCountRetryPolicy`, which is a retry policy designed for `OsConfigZonalServiceConnection` and is based on counting errors."],["The policy halts retries if a non-transient error occurs or if the number of transient failures exceeds a set limit, and only the `kUnavailable` status code is classified as a transient error."],["The class constructor `OsConfigZonalServiceLimitedErrorCountRetryPolicy(int)` allows users to set the maximum number of transient errors before the policy stops retrying, with the option to disable retry loops by setting `maximum_failures` to 0."],["The class provides functions like `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, and `IsPermanentFailure(Status const &)` for monitoring and controlling the retry process."],["The webpage provides access to various prior versions of this class, ranging from 2.11.0 up to the current release candidate 2.37.0-rc."]]],[]]