[[["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-18 UTC."],[[["This webpage details the `SqlIamPoliciesServiceLimitedErrorCountRetryPolicy`, a retry policy designed for `SqlIamPoliciesServiceConnection` in C++."],["The policy limits retries based on the number of transient errors, stopping if a non-transient error occurs or if the maximum allowed transient failures are exceeded."],["The policy treats `kUnavailable` status codes as transient errors and allows you to control the maximum number of failures tolerated with its constructor `SqlIamPoliciesServiceLimitedErrorCountRetryPolicy(int maximum_failures)`."],["This class provides methods such as `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()` to manage and evaluate the retry process and its status."],["The webpage lists the different versions of the `SqlIamPoliciesServiceLimitedErrorCountRetryPolicy` class, ranging from the current latest release candidate of 2.37.0-rc all the way down to 2.11.0."]]],[]]