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