[[["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 `LoggingServiceV2LimitedErrorCountRetryPolicy`, which is a retry mechanism for `LoggingServiceV2Connection` in C++."],["The policy halts retries upon encountering non-transient errors or when the number of transient failures exceeds a defined limit, with `kInternal` and `kUnavailable` status codes being classified as transient errors."],["You can create an instance of this policy, and can control the retry loop behavior by setting the `maximum_failures` parameter to zero to disable it."],["The documentation covers various versions of the policy, from 2.37.0-rc (latest) down to version 2.11.0."],["Key functions of the class include `OnFailure`, `IsExhausted`, `IsPermanentFailure`, and `clone`, along with a `maximum_failures` function to retrieve the set limit, with details on parameters and return types."]]],[]]