[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-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`."]]],[]]