[[["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 details the `AdminServiceLimitedErrorCountRetryPolicy` class, which manages retry attempts for `AdminServiceConnection` based on error counts."],["The policy halts retries upon encountering a non-transient error or exceeding a specified number of transient failures, and it treats `kInternal` and `kUnavailable` as transient errors."],["You can create an instance of the retry policy with a custom maximum number of allowed transient failures, and it is also possible to disable retries altogether."],["The class includes functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to control and monitor the state and behavior of the retry policy."],["The webpage provides documentation for different versions, from 2.11.0 to 2.37.0-rc (latest), of the google pubsublite `AdminServiceLimitedErrorCountRetryPolicy` class, which can be navigated using the links provided."]]],[]]