[[["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-05 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`."]]],[]]