[[["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 details the `CloudChannelServiceLimitedErrorCountRetryPolicy`, a retry policy designed for `CloudChannelServiceConnection` that manages transient errors."],["The policy halts retries upon encountering a non-transient error or exceeding a set number of transient failures, where `kUnavailable` is considered a transient error."],["You can create an instance of this class to set how many transient errors to tolerate, with the option to disable the retry loop altogether by providing an instance with `maximum_failures` set to 0."],["The documentation covers information on the policy's constructors, and how to use its various functions, such as `maximum_failures()`, `OnFailure(Status const &)`, and `IsPermanentFailure(Status const &) const`, along with how to create a new policy using `clone() const`."]]],[]]