[[["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-05-07 UTC."],[[["This document provides information on the `MigrationServiceLimitedErrorCountRetryPolicy` class, which is used for handling retries in the `MigrationServiceConnection` based on the number of errors encountered."],["The policy stops retrying if a non-transient error is detected or if the number of transient failures exceeds a predefined `maximum_failures` count, where `kUnavailable` status codes are considered transient errors."],["The class has constructors to set the maximum allowed transient errors, with the ability to disable retries by setting `maximum_failures` to 0."],["The class features methods such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` for managing and querying the retry behavior."],["This documentation also includes a list of available versions, from version 2.11.0 to 2.37.0-rc, for the `MigrationServiceLimitedErrorCountRetryPolicy`."]]],[]]