[[["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-07-26 UTC."],[[["This webpage provides documentation for the `DataMigrationServiceLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud Data Migration C++ library."],["The `DataMigrationServiceLimitedErrorCountRetryPolicy` defines a retry policy for `DataMigrationServiceConnection` that stops retrying if a non-transient error is returned or if more than a specified number of transient errors are encountered."],["The class treats `kUnavailable` status codes as transient errors, and retries are based on a count of these errors."],["The user can use the constructor `DataMigrationServiceLimitedErrorCountRetryPolicy(int)` and set the amount of transient errors that are allowed using the parameter `maximum_failures`, or use the method `maximum_failures()` to retrieve it."],["This class has a number of virtual functions that can be used to determine information about the retries such as `OnFailure()`, `IsExhausted()` and `IsPermanentFailure()`, and you can use the function `clone()` to create a new instance of the retry policy."]]],[]]