[[["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-21 UTC."],[[["This webpage details the `ConfigLimitedErrorCountRetryPolicy`, a retry mechanism for `ConfigConnection` in Google Cloud C++ client libraries, with the latest release being version 2.37.0-rc."],["The `ConfigLimitedErrorCountRetryPolicy` stops retrying after encountering a non-transient error or when the number of transient failures exceeds a defined limit, treating the `kUnavailable` status code as a transient error."],["You can customize the maximum number of transient failures the policy will tolerate during RPC calls by using the class's constructor."],["The policy offers methods to check for exhaustion (`IsExhausted`), identify permanent failures (`IsPermanentFailure`), determine the maximum number of failures allowed (`maximum_failures`), and trigger a retry check upon failure (`OnFailure`), and clone (`clone`)."],["The page also shows the ability to create a policy that will not retry at all, by inputting a max failure value of 0 in the constructor."]]],[]]