[[["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-21 UTC."],[[["This webpage provides documentation for the `LoggingServiceV2LimitedErrorCountRetryPolicy`, a retry mechanism specifically for `LoggingServiceV2Connection` in the context of Google Cloud C++ client libraries."],["The retry policy halts if a non-transient error is received or if the number of transient failures exceeds a predefined maximum, where transient errors are defined as `kInternal` or `kUnavailable` status codes."],["You can instantiate a `LoggingServiceV2LimitedErrorCountRetryPolicy` to allow up to a certain number of transient errors or to disable the retry loop entirely by setting `maximum_failures` to 0."],["The documentation covers various constructors, functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, `clone()`, and the `BaseType` alias."],["The page also lists several previous versions, including the latest release candidate, for the `LoggingServiceV2LimitedErrorCountRetryPolicy` class documentation."]]],[]]