[[["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-26 UTC."],[[["This page provides documentation for the `LoggingServiceV2LimitedErrorCountRetryPolicy`, which is used to define retry behavior for the `LoggingServiceV2Connection` class based on the number of errors encountered."],["The retry policy halts when a non-transient error occurs or when the number of transient failures exceeds a set maximum."],["Transient errors are defined as RPC calls that result in `kInternal` or `kUnavailable` status codes."],["The policy can be disabled by setting the `maximum_failures` to 0, thus stopping all retries, and also contains functions to assess for exhaustion, failure, or permanency."],["The documentation covers the constructor, parameters, and functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()`, as well as the function `clone()` to reset the policy."]]],[]]