[[["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-05 UTC."],[[["This webpage details the `ProjectsLimitedErrorCountRetryPolicy`, a retry mechanism for `ProjectsConnection` that is designed to halt retries upon encountering a non-transient error or exceeding a set number of transient failures."],["The policy considers `kUnavailable` status codes as transient errors and provides a constructor to specify the `maximum_failures` before stopping retries, allowing you to disable retries by setting `maximum_failures` to 0."],["It includes methods to determine if the policy is exhausted (`IsExhausted`), if a failure is permanent (`IsPermanentFailure`), and how to handle a failure status (`OnFailure`)."],["The policy can be cloned to a new instance with a method `clone`, reset to its initial state, and has a `maximum_failures` function that returns the limit of transient errors."],["The page shows different versions of the policy, with version `2.37.0-rc` being the latest and goes as far back as `2.11.0`."]]],[]]