[[["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-05 UTC."],[[["This document provides reference information for the `CloudDeployLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud Deploy C++ library, with version 2.19.0 being the active version on display and 2.37.0-rc being the latest available version."],["The `CloudDeployLimitedErrorCountRetryPolicy` class is a retry mechanism that stops retrying operations if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, with `kUnavailable` status codes being the only transient error."],["The class offers constructors to create instances with a specified `maximum_failures` limit and the ability to disable retries by setting `maximum_failures` to 0, as well as copy and move constructors to make new instances."],["It includes functions like `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()` for managing the retry logic and checking status and failure conditions, alongside a `BaseType` type alias."],["The available versions for this retry policy range from 2.37.0-rc all the way down to version 2.11.0."]]],[]]