[[["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 document provides information on the `ExecutionsLimitedErrorCountRetryPolicy` class within the Google Cloud C++ library, specifically for version 2.21.0, with links to other versions."],["The `ExecutionsLimitedErrorCountRetryPolicy` is designed to manage retries for `ExecutionsConnection` operations by limiting the number of transient errors, stopping when there's a non-transient error or the maximum transient failure count is exceeded."],["The policy considers `kUnavailable` status codes as transient errors and can be configured during instantiation to set a maximum number of transient failures."],["Key functionalities include constructors for creating instances, `maximum_failures()` to retrieve the maximum failure count, and virtual methods like `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` for managing retry behavior and states."],["The document also gives reference to the type alias `BaseType`, which is an alias for the `ExecutionsRetryPolicy`."]]],[]]