[[["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-04-17 UTC."],[[["This webpage details the `LoggingServiceV2LimitedErrorCountRetryPolicy`, a class used to manage retries for `LoggingServiceV2Connection` based on the number of errors encountered."],["The retry policy terminates if a non-transient error occurs or if the number of transient errors exceeds a predefined limit, with `kInternal` and `kUnavailable` status codes recognized as transient."],["The class constructor allows setting a maximum number of transient errors, with the option to disable retries entirely by setting the `maximum_failures` to 0."],["The class also has functions `maximum_failures() const`, `OnFailure(Status const &)`, `IsExhausted() const`, `IsPermanentFailure(Status const &) const`, and `clone() const` that offer different functionality to the retry policy."],["The page provides the documentation for many different versions of the class, from version 2.11.0 to the latest release candidate version 2.37.0-rc."]]],[]]