[[["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-07-02 UTC."],[[["This document provides documentation for the `SqlFlagsServiceLimitedErrorCountRetryPolicy` class, which is used for managing retries in the event of errors when using `SqlFlagsServiceConnection`."],["The `SqlFlagsServiceLimitedErrorCountRetryPolicy` class stops retrying if a non-transient error occurs or if a set maximum number of transient failures is exceeded, treating `kUnavailable` as a transient error."],["You can instantiate a `SqlFlagsServiceLimitedErrorCountRetryPolicy` with a specified number of `maximum_failures` transient errors to tolerate, and setting this to 0 disables the retry loop entirely."],["The class includes functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, to respectively get the maximum failures, handle a failure, check if retries are exhausted, check for a permanent error, and create a new instance of the policy."],["The documentation shows the availability of this retry policy across several versions, from `2.11.0` up to the latest release candidate `2.37.0-rc`."]]],[]]