[[["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 `ServicesLimitedErrorCountRetryPolicy` class, which is designed to manage retries for `ServicesConnection` in Google Cloud's C++ App Engine API."],["The retry policy stops attempting retries if a non-transient error is encountered or if the number of transient failures exceeds a predefined threshold, where `kUnavailable` is considered a transient error."],["The latest version of this class is 2.37.0-rc, with a list of previous versions available ranging from 2.36.0 to 2.11.0."],["The `ServicesLimitedErrorCountRetryPolicy` class can be constructed to tolerate a specific number of transient errors, and can disable the retry loop entirely by setting the maximum failures to 0."],["Key functionalities of the class include methods to determine if the policy is exhausted (`IsExhausted`), handle failures (`OnFailure`), check for permanent failures (`IsPermanentFailure`), retrieve the maximum allowed failures (`maximum_failures`), and create a new instance of the policy (`clone`)."]]],[]]