[[["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 `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."]]],[]]