[[["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 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."]]],[]]