[[["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 document outlines the `LoggingServiceV2LimitedErrorCountRetryPolicy`, a class in the Google Cloud C++ library, designed to handle transient errors during remote procedure calls (RPCs) to the `LoggingServiceV2Connection`."],["The retry policy stops if a non-transient error occurs or if the number of transient errors exceeds a specified limit, with `kInternal` and `kUnavailable` status codes classified as transient."],["You can customize the maximum number of transient failures allowed during retries, and you can disable retries altogether by setting `maximum_failures` to 0."],["This class includes methods to check if the retry policy is exhausted, if a failure is permanent, to retrieve the maximum allowed failures, and clone the policy, to also determine if an error is considered a failure."],["The document also provides links to older versions of this policy, ranging from version `2.37.0-rc` all the way back to `2.11.0`."]]],[]]