[[["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-04-23 UTC."],[[["This webpage provides documentation for the `ProjectsLimitedErrorCountRetryPolicy` class, a retry policy designed for `ProjectsConnection` in the `resourcemanager` library."],["The retry policy will cease operations if a non-transient error is encountered or if the number of transient failures exceeds a predefined limit."],["The class constructor `ProjectsLimitedErrorCountRetryPolicy(int)` lets the user specify the maximum number of transient errors tolerated before ceasing retry attempts, setting this to 0 will disable retry."],["The `OnFailure`, `IsExhausted`, and `IsPermanentFailure` are virtual methods that enable granular control over the retry behavior and determine if the retry should continue based on the failure."],["The provided documentation shows a range of version numbers from 2.11.0 to 2.37.0-rc, showcasing the evolution of the class over multiple versions, all implementing `ProjectsLimitedErrorCountRetryPolicy` within `resourcemanager`."]]],[]]