[[["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-07-09 UTC."],[[["This document outlines the `CloudDeployLimitedErrorCountRetryPolicy`, which is a retry policy for `CloudDeployConnection` that limits retries based on the number of errors encountered."],["The policy halts retries if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, with `kUnavailable` being the only status code considered a transient error."],["The class constructor `CloudDeployLimitedErrorCountRetryPolicy(int)` sets the maximum number of transient errors allowed, and can disable retries by setting the argument to `0`."],["The class functions detail its behavior, such as determining if the failure is permanent with `IsPermanentFailure`, checking if retries are exhausted with `IsExhausted`, and creating a fresh instance of the policy using `clone()`."],["The document also provides a list of past versions, as well as the latest version, in addition to a `BaseType` alias for `CloudDeployRetryPolicy`."]]],[]]