[[["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 page details the `VmwareEngineLimitedErrorCountRetryPolicy`, a retry policy class for `VmwareEngineConnection` that limits the number of transient errors before stopping retries."],["The policy stops retrying upon encountering a non-transient error or exceeding a predefined count of transient failures, with `kUnavailable` status code being the only code treated as a transient error in this context."],["The policy can be customized with a specified `maximum_failures` parameter, where setting it to 0 will disable the retry loop."],["The class offers methods to check if the policy is exhausted, if there is a permanent failure, and to create a new instance of the policy."],["This class supports various constructors including one that take an int for `maximum_failures` and copy/move constructors."]]],[]]