[[["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-05-07 UTC."],[[["This document provides details on the `VmMigrationLimitedErrorCountRetryPolicy`, which is a retry policy designed for `VmMigrationConnection` that limits the number of transient errors before stopping retries."],["The policy halts retries upon encountering a non-transient error or when the number of transient failures exceeds a defined limit."],["Transient errors are identified by the `kUnavailable` status code, and the policy can be configured to have a set amount of `maximum_failures` or even zero to disable the retry loop."],["The policy includes functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, for managing retries and determining failure types."],["The page also lists several versions, with `2.37.0-rc` being the latest version available, and `2.20.0` being the starting version for this retry policy documentation."]]],[]]