[[["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-14 UTC."],[[["The `MigrationCenterLimitedErrorCountRetryPolicy` is a retry policy for `MigrationCenterConnection` that halts retries upon encountering a non-transient error or exceeding a set number of transient failures."],["The class treats `kUnavailable` status codes as transient errors, which is relevant when determining if a retry should happen or if the policy is exhausted."],["Users can control the number of tolerated transient errors using the `MigrationCenterLimitedErrorCountRetryPolicy(int)` constructor, and disable the retry loop altogether by setting `maximum_failures` to 0."],["The policy allows querying the maximum number of failures it tolerates, and provides virtual methods to determine if the retry policy is exhausted or a failure is considered permanent."],["The webpage lists all the previous versions, starting from version 2.13.0 up to 2.37.0-rc, of the class `google::cloud::migrationcenter_v1::MigrationCenterLimitedErrorCountRetryPolicy` allowing users to quickly access the information related to each previous version."]]],[]]