[[["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 `CompletionLimitedErrorCountRetryPolicy`, a retry mechanism for `CompletionConnection` in Google Cloud Talent's C++ library."],["The policy limits retries based on the number of transient errors, stopping if a non-transient error occurs or the maximum number of transient failures is exceeded."],["Transient errors are specifically defined as those with the `kUnavailable` status code, which would otherwise not be considered transient."],["The class provides constructors to set the maximum allowed transient failures, including the ability to disable the retry loop entirely by setting the maximum failures to 0."],["It includes methods to check if the policy is exhausted, identify permanent failures, and clone the policy, as well as the type alias `BaseType` which is an alias of `CompletionRetryPolicy`."]]],[]]