[[["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-05-07 UTC."],[[["This document outlines the `ExecutionsLimitedErrorCountRetryPolicy`, a retry mechanism for `ExecutionsConnection` in the Google Cloud Run C++ library."],["The retry policy terminates if a non-transient error occurs or if the number of transient failures exceeds a defined limit, with `kUnavailable` being the only considered transient status code."],["The policy is customizable via its constructor, allowing you to set the maximum number of tolerable transient errors, where a `maximum_failures` value of 0 disables the retry loop entirely."],["This policy includes methods such as `OnFailure`, `IsExhausted`, `IsPermanentFailure`, and `clone` to manage the retry process, check if it has ended, identify permanent failures, and create a fresh copy of the policy."],["The document lists the available versions of this class, which range from the latest `2.37.0-rc` to `2.11.0`."]]],[]]