[[["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`, which is a retry policy for `CloudChannelServiceConnection` that limits retries based on the number of errors."],["The retry policy halts if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, and only treats `kUnavailable` status codes as transient errors."],["The class allows customization of the maximum number of transient failures, which can also be set to zero to disable the retry loop, and it has functions to detect and determine non-transient errors."],["There are multiple versions available, with the latest being `2.37.0-rc`, and it has several constructors including a constructor that takes an `int` for `maximum_failures` and copy and move constructors."],["The class also includes the `maximum_failures()` function to return the configured number of transient failures, and `clone()` to create a new policy instance reset to its initial state."]]],[]]