[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage details the `CompletionServiceLimitedErrorCountRetryPolicy`, a retry mechanism for `CompletionServiceConnection` in the Google Cloud Discovery Engine C++ library."],["The policy retries operations based on the count of transient errors, specifically treating `kUnavailable` status codes as transient."],["Retry attempts stop if a non-transient error occurs or if the number of transient failures exceeds the predefined `maximum_failures`."],["The policy provides multiple constructors to create instances, including one that disables retries when `maximum_failures` is set to 0."],["The class defines several functions, such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()`, to manage and check the retry conditions."]]],[]]