[[["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-07 UTC."],[[["This document provides documentation for the `JobsLimitedErrorCountRetryPolicy` class, a retry policy for `JobsConnection` in the Google Cloud Run C++ client library."],["The policy retries RPC calls based on error counts, stopping if a non-transient error occurs or if the number of transient failures exceeds a defined maximum, with `kUnavailable` being the status code treated as transient."],["The class has constructors that allow configuring the maximum number of allowed transient failures, with the ability to disable retries by setting this number to 0."],["It includes functions to check if the maximum failures has been reached (`IsExhausted`), check for permanent failure (`IsPermanentFailure`), check maximum failure count (`maximum_failures`), and determine if a failure should be retried (`OnFailure`), and clone the policy (`clone`)."],["A list of all the available versions of the `JobsLimitedErrorCountRetryPolicy` is present, from 2.37.0-rc down to 2.11.0."]]],[]]