[[["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 provides documentation for the `ExecutionsLimitedErrorCountRetryPolicy` class in the Google Cloud C++ client library, specifically for version 2.33.0 and other available versions."],["`ExecutionsLimitedErrorCountRetryPolicy` is a retry policy designed for `ExecutionsConnection` that halts retries after a certain number of transient errors or if a non-transient error occurs."],["The class constructor `ExecutionsLimitedErrorCountRetryPolicy(int)` allows configuration of the maximum number of transient failures, and setting `maximum_failures` to 0 disables the retry loop."],["The class includes functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to control and manage retry behavior."],["The documentation also includes a type alias `BaseType`, which is an alias of `ExecutionsRetryPolicy`."]]],[]]