[[["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 webpage provides documentation for the `ConfigServiceV2LimitedErrorCountRetryPolicy`, which is used to handle retries for the `ConfigServiceV2Connection` in the Google Cloud Logging C++ library."],["The retry policy limits the number of transient errors allowed before stopping, specifically treating `kUnavailable` as a transient error, and it stops immediately upon encountering a non-transient error."],["The class provides constructors to configure the maximum number of allowed failures and includes methods to check if the policy is exhausted, if a failure is permanent, and to clone the retry policy."],["The documentation lists numerous previous versions, with `2.37.0-rc` as the latest version of this retry policy."],["The `BaseType` is an alias to `ConfigServiceV2RetryPolicy`."]]],[]]