[[["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 provides documentation for the `VmwareEngineLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud C++ client library for VMware Engine."],["The `VmwareEngineLimitedErrorCountRetryPolicy` class implements a retry mechanism that stops retrying after encountering a non-transient error or exceeding a predefined number of transient failures, with `kUnavailable` status being the only code that is considered a transient error."],["The `maximum_failures` parameter in the constructor determines the maximum number of transient errors the policy will tolerate, and setting it to 0 disables the retry loop."],["The page also includes a list of all versions related to this page, from version `2.11.0` to `2.37.0-rc`, which is the most recent."],["The class has functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` which allows users to manage and utilize the retry behavior effectively."]]],[]]