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