[[["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 `DocumentServiceLimitedErrorCountRetryPolicy`, a retry mechanism for `DocumentServiceConnection` in the Google Cloud Discovery Engine C++ client library."],["The policy halts retries upon encountering non-transient errors or exceeding a set number of transient failures, treating `kUnavailable` as a transient error status."],["Users can configure the maximum number of allowed transient errors when creating an instance of `DocumentServiceLimitedErrorCountRetryPolicy`, with setting `maximum_failures` to 0 disabling the retry loop entirely."],["The class provides methods like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()` to manage and inspect the retry state."],["The page covers multiple versions of the discovery engine, with 2.37.0-rc being the latest version of the code."]]],[]]