[[["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 webpage details the `VmMigrationLimitedErrorCountRetryPolicy`, a retry policy used with `VmMigrationConnection` that limits the number of transient errors before stopping retries."],["The policy treats the `kUnavailable` status code as a transient error and halts retrying if a non-transient error occurs."],["You can configure the maximum number of transient errors the policy tolerates via the `maximum_failures` parameter in the constructor."],["The policy offers functions to check if it has exhausted its retry attempts (`IsExhausted`), determine if a failure is permanent (`IsPermanentFailure`), or clone itself (`clone`)."],["The webpage also includes various versions of the policy, including a latest release candidate `2.37.0-rc` all the way back to `2.11.0`."]]],[]]