[[["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 that manages retries based on the number of transient errors encountered."],["The policy halts retries if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, which is set during the creation of the class instance."],["Transient errors are defined in this policy as RPCs returning `kUnavailable` status codes, with an example of one constructor being `VmwareEngineLimitedErrorCountRetryPolicy(int maximum_failures)`."],["The page lists all the available versions of the code, from 2.37.0-rc down to 2.11.0, along with the link to access their respective documentation."],["This class is designed to work with `VmwareEngineConnection` and includes functions to check if maximum failures has been met, if a failure is permanent or transient and also functions to create instances of the policy."]]],[]]