[[["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 `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."]]],[]]