[[["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-21 UTC."],[[["This webpage details the `VmwareEngineLimitedErrorCountRetryPolicy`, a retry policy designed for `VmwareEngineConnection` that limits retries based on the number of detected errors."],["The policy will stop retrying if a non-transient error is encountered or if the number of transient failures exceeds a set maximum, where the `kUnavailable` status code is the only status that will be treated as a transient error."],["The retry policy has multiple functions, including `OnFailure`, `IsExhausted`, and `IsPermanentFailure`, which are used to determine if a retry should be attempted, if retries have been exhausted, or if the failure is permanent, respectively."],["You are able to set the maximum number of failures that are allowed by instantiating `VmwareEngineLimitedErrorCountRetryPolicy` with an integer value of your choice, and setting that value to 0 disables the retry loop entirely."],["The current page is for the 2.31.0 version, and there are several different versions of the page available, from 2.11.0 to 2.37.0-rc."]]],[]]