[[["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-23 UTC."],[[["This document outlines the `MigrationCenterLimitedErrorCountRetryPolicy`, a retry mechanism for `MigrationCenterConnection` that limits retries based on the number of errors encountered."],["The policy halts retries if a non-transient error occurs or if the number of transient failures exceeds a preset limit, with `kUnavailable` status code being considered transient."],["Constructors are provided to create instances, setting the maximum number of tolerated transient errors, and providing a means to disable retries by setting the `maximum_failures` parameter to 0."],["The document details methods such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, which are used to manage the retry logic and policy state, in addition to providing the alias `BaseType`."],["Version history for `MigrationCenterLimitedErrorCountRetryPolicy` is provided, detailing versions ranging from 2.13.0 up to the latest release candidate 2.37.0-rc."]]],[]]