[[["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."],[[["The webpage details the `MigrationCenterLimitedErrorCountRetryPolicy`, a retry mechanism for `MigrationCenterConnection` that limits retries based on the number of errors encountered."],["The policy halts retries when non-transient errors occur or when the number of transient failures exceeds a predefined limit, with `kUnavailable` as a defined transient error."],["The `MigrationCenterLimitedErrorCountRetryPolicy` class offers constructors to set the maximum number of tolerable transient failures, including an option to disable retries by setting `maximum_failures` to 0."],["The class offers functions such as `maximum_failures()` to return the maximum allowed failures, `OnFailure()` to handle a failure status, `IsExhausted()` to check if the policy has run out of retries, `IsPermanentFailure()` to check if the failure is non-transient, and a `clone()` function to reset the retry policy."],["It also shows a list of available versions of the policy starting at version 2.37.0-rc to version 2.13.0."]]],[]]