[[["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-09 UTC."],[[["This webpage provides documentation for the `ProjectServiceLimitedErrorCountRetryPolicy` class, used for controlling retries in the `ProjectServiceConnection` based on error counts."],["The retry policy halts when a non-transient error occurs or when the number of transient failures exceeds a predefined maximum."],["The class constructor allows you to set the maximum number of transient errors that will be tolerated, effectively disabling retries if set to zero."],["`kUnavailable` is the only status code treated as a transient error by the retry policy, allowing it to retry on that specific error."],["The functions `OnFailure`, `IsExhausted`, `IsPermanentFailure`, and `clone` are all part of the class interface."]]],[]]