[[["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 details the `VmMigrationLimitedErrorCountRetryPolicy`, a retry policy for `VmMigrationConnection` that limits retries based on the number of transient errors encountered."],["The policy ceases retrying upon encountering a non-transient error or exceeding the pre-defined threshold of transient failures."],["The `kUnavailable` status code is considered a transient error, triggering a retry."],["The policy's constructor `VmMigrationLimitedErrorCountRetryPolicy(int)` allows setting the maximum number of transient errors (`maximum_failures`) before halting retries, and you can disable the retry loop by providing `maximum_failures` == 0."],["The document also details functions like `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()` which are part of the retry policy, along with an alias called `BaseType`."]]],[]]