[[["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 page provides documentation for the `ServicesLimitedErrorCountRetryPolicy` class, a retry mechanism for `ServicesConnection` in the Google Cloud Run C++ client library."],["The retry policy stops when a non-transient error occurs or if the number of transient failures exceeds a pre-defined limit, with `kUnavailable` status codes being the only ones considered transient by default."],["The policy can be configured to tolerate a specific number of transient errors via its constructor, and it can be disabled by setting the `maximum_failures` to 0."],["The documentation offers a list of multiple versions of the class, from 2.11.0 to the latest release candidate 2.37.0-rc, with the class structure, parameters, and function descriptions remaining consistent across all versions."],["The class includes functions to determine whether the policy is exhausted (`IsExhausted()`) or whether an error is considered permanent (`IsPermanentFailure()`) and offers a method to create a new copy of the policy that will be reset to the initial state (`clone()`)."]]],[]]