[[["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 document outlines the `CloudDeployLimitedErrorCountRetryPolicy`, a retry mechanism for `CloudDeployConnection` that limits retries based on the number of errors encountered."],["The policy halts retries when it encounters a non-transient error or when the number of transient errors exceeds a predefined limit."],["The only transient error status code considered by this policy is `kUnavailable`, and can be adjusted in the amount of tolerated failures via its constructor, with a value of 0 disabling retry loops."],["The policy provides methods such as `OnFailure`, `IsExhausted`, `IsPermanentFailure`, and `clone` to manage and evaluate retry conditions, in addition to a method to check for the number of allowed `maximum_failures`."],["The latest version available is 2.37.0-rc, and this current document reflects version 2.32.0 of the policy, although links are provided to many previous versions."]]],[]]