[[["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 for managing retries for `JobsConnection` in Google Cloud Run."],["The policy halts retries upon encountering a non-transient error or exceeding a set number of transient failures, with `kUnavailable` being the only status code that's considered a transient error."],["The `JobsLimitedErrorCountRetryPolicy` can be configured with a maximum number of failures (`maximum_failures`) in its constructor, and setting `maximum_failures` to 0 effectively disables retries."],["The content presents version history with the latest being 2.37.0-rc, and the current page referring to the documentation for version 2.30.0, where other version history can be found as well."],["The class provides functions to determine `maximum_failures`, `OnFailure`, `IsExhausted`, `IsPermanentFailure`, and a `clone()` function, along with Type Alias `BaseType` being an alias of `JobsRetryPolicy`."]]],[]]