[[["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`, a retry mechanism for `CloudDeployConnection` that limits retries based on the number of detected transient errors."],["The policy halts retries upon encountering a non-transient error or exceeding a predefined number of transient failures, with `kUnavailable` being treated as a transient error."],["You can create instances of the retry policy that accept a specified number of transient errors or even disable retry by providing an instance with 0 for the `maximum_failures` parameter."],["The class provides methods such as `OnFailure`, `IsExhausted`, and `IsPermanentFailure` to control the behavior of the policy, as well as `maximum_failures()` to get the amount of accepted transient errors."],["The document lists available versions from 2.11.0 to 2.36.0, with the most recent being the 2.37.0-rc, which can be used with this retry policy."]]],[]]