[[["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 provides information on the `CloudDeployLimitedErrorCountRetryPolicy` class, which is used for handling retries in `CloudDeployConnection` based on the number of errors encountered."],["The retry policy stops retrying if a non-transient error is encountered or if the number of transient failures exceeds a predefined maximum, where `kUnavailable` is considered a transient error."],["The class allows setting a maximum number of transient errors (via the constructor) before stopping retries, and it can be disabled by setting the `maximum_failures` parameter to 0."],["The `CloudDeployLimitedErrorCountRetryPolicy` offers functions to check for exhaustion (`IsExhausted`), determine if an error is a permanent failure (`IsPermanentFailure`), and whether to attempt a retry (`OnFailure`)."],["The document also provides a list of versioned links, starting with 2.37.0-rc as the latest, and going down to version 2.11.0, all relating to the `CloudDeployLimitedErrorCountRetryPolicy` class."]]],[]]