[[["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-14 UTC."],[[["This webpage details the `JobsLimitedErrorCountRetryPolicy` class, which is designed to manage retries for `JobsConnection` based on the number of encountered errors."],["The policy halts retries upon detecting a non-transient error or exceeding a predefined count of transient failures, and `kUnavailable` status codes are treated as transient errors."],["The class includes constructors to create instances with a specified maximum number of transient failures, as well as a constructor for move and copy operations."],["Key functions include `maximum_failures()` to check the maximum allowed transient errors, `OnFailure()` to determine if retries are still possible, and `IsExhausted()` to verify if the retry policy has been exhausted, alongside a `clone()` function to reset the policy state."],["The class provides functions `IsPermanentFailure()` to check for permenant failure and a `BaseType` type alias to the `JobsRetryPolicy`."]]],[]]