[[["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-14 UTC."],[[["This webpage provides documentation for the `DocumentServiceLimitedErrorCountRetryPolicy` class within the Google Cloud Discovery Engine C++ library, specifically version 2.29.0."],["The `DocumentServiceLimitedErrorCountRetryPolicy` is a retry mechanism for `DocumentServiceConnection` that limits retries based on the number of transient errors encountered, stopping if a non-transient error or the maximum failure count is reached."],["The policy considers `kUnavailable` status codes as transient errors, and it offers a constructor that allows configuring the maximum number of transient failures to tolerate before stopping retries, also allowing users to disable retries by setting the maximum failure to 0."],["The documentation lists the class's constructors, functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, `clone()` and also the type alias `BaseType`, with explanations of parameters and return types for each."],["The page offers a list of all versions of the same document, with version 2.37.0-rc being the latest version."]]],[]]