[[["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."],[[["This document provides information on the `VmMigrationLimitedErrorCountRetryPolicy`, which is a retry policy designed for `VmMigrationConnection` that limits the number of transient errors it tolerates."],["The policy halts retries upon encountering a non-transient error or when the count of transient failures exceeds a predefined threshold."],["Only the `kUnavailable` status code is classified as a transient error within this specific retry policy."],["This class provides constructors to allow users to create an instance of this policy, while setting the `maximum_failures` to `0` will disable the retry loop."],["This class also includes functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to allow the user to query and interact with the policy, including determining the maximum failures allowed, handling failures, knowing when the retry attempts have been exhausted, and knowing when a failure is permanent, as well as cloning the policy to its initial state."]]],[]]