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