[[["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 provides a list of versioned documentation for `MigrationCenterLimitedErrorCountRetryPolicy`, spanning from the latest release candidate (2.37.0-rc) down to version 2.13.0."],["The `MigrationCenterLimitedErrorCountRetryPolicy` is designed to manage retries for `MigrationCenterConnection` by counting errors, stopping retries on non-transient errors or when a limit of transient failures is surpassed."],["Transient errors, in this context, are defined by the `kUnavailable` status code and all other status codes are considered non-transient."],["The policy allows the user to set the maximum amount of failures tolerated, with the ability to turn the retry loop off if they set the limit to 0."],["The class offers functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()` and `clone()`, to handle and manage the retries, as well as the type alias `BaseType` referring to `MigrationCenterRetryPolicy`."]]],[]]