[[["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-03-14 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`."]]],[]]