[[["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-07-09 UTC."],[[["This webpage provides documentation for the `DocumentServiceLimitedErrorCountRetryPolicy` class in the Google Cloud C++ client library, specifically for version 2.24.0 and onward, including a release candidate (2.37.0-rc)."],["The `DocumentServiceLimitedErrorCountRetryPolicy` class defines a retry mechanism for `DocumentServiceConnection` that stops retrying after a non-transient error or after a certain number of transient errors have been detected."],["The policy considers `kUnavailable` as a transient error and provides a constructor to specify the maximum number of transient errors allowed before stopping the retry attempts."],["The class offers functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to manage and check the retry policy state."],["It features type aliases, such as `BaseType` to help further define it's relationship to `DocumentServiceRetryPolicy`."]]],[]]