[[["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-04-17 UTC."],[[["This webpage details the `CompletionServiceLimitedErrorCountRetryPolicy` class, which manages retry attempts for the `CompletionServiceConnection` in Google Cloud's C++ Discovery Engine library."],["The retry policy stops if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, with `kUnavailable` being the only status code considered a transient error."],["The class has constructors to set the maximum number of transient failures, including a way to disable retries completely, and also has copy and move constructors."],["The class includes several functions that manage the error states, such as checking if it is exhausted, if it is a permanent failure, and if it has failed."],["There is a list of different versions of this class, from 2.15.1 all the way up to 2.37.0-rc."]]],[]]