[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-18 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`."]]],[]]