[[["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 provides versioned documentation for the `CloudDeployLimitedErrorCountRetryPolicy`, starting from version 2.11.0 and going up to 2.37.0-rc, with each link pointing to the respective documentation for that version."],["The `CloudDeployLimitedErrorCountRetryPolicy` class implements a retry mechanism for `CloudDeployConnection` that halts when non-transient errors occur or when a predefined count of transient failures is surpassed, with `kUnavailable` being the only status code considered a transient error."],["You can create a `CloudDeployLimitedErrorCountRetryPolicy` by specifying an integer for `maximum_failures` to determine the number of transient errors tolerated or by providing another `CloudDeployLimitedErrorCountRetryPolicy` object."],["The class provides methods like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()` and `clone()`, to help manage the retry logic and obtain information regarding failure counts and status."],["The retry policy includes a type alias `BaseType` which corresponds to the `CloudDeployRetryPolicy` class."]]],[]]