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