[[["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 `CloudChannelServiceLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud C++ client library."],["The retry policy is designed for `CloudChannelServiceConnection` and stops retrying when a non-transient error occurs or if a certain number of transient failures are reached, where `kUnavailable` is considered a transient error."],["The `CloudChannelServiceLimitedErrorCountRetryPolicy` class offers constructors for creating instances with a specified maximum number of transient failures, and supports move and copy operations."],["Key functions of this class include `maximum_failures()` to retrieve the maximum failures allowed, `OnFailure()` to handle status updates, `IsExhausted()` to check if the policy is exhausted, `IsPermanentFailure()` to determine permanent failure status, and `clone()` to create new instances."],["The `BaseType` is a type alias for `CloudChannelServiceRetryPolicy`, indicating the base class of this specific retry policy."]]],[]]