[[["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-21 UTC."],[[["This webpage details the `DataMigrationServiceLimitedErrorCountRetryPolicy`, a retry policy designed for `DataMigrationServiceConnection` that limits the number of transient errors before stopping retries."],["The policy stops retrying upon encountering a non-transient error or when the number of transient failures exceeds a predefined limit, with `kUnavailable` being considered a transient error."],["Users can customize the number of transient errors tolerated by providing the `maximum_failures` value during the constructor."],["The class provides several functions, including `maximum_failures()`, `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()`, to manage the retry logic and determine when to cease retries, and `clone()` to create a new instance."],["The webpage also provides a list of previous versions for this class, ranging from version `2.37.0-rc` to version `2.11.0`."]]],[]]