[[["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 information on the `CloudDeployLimitedErrorCountRetryPolicy` class, which is used to define a retry policy for `CloudDeployConnection` in the Google Cloud C++ library."],["The policy retries operations based on a count of transient errors, stopping if a non-transient error occurs or if the maximum allowed number of transient failures is exceeded."],["Only `kUnavailable` status codes are considered transient errors within this class."],["The class has three constructors, `CloudDeployLimitedErrorCountRetryPolicy(int)`, `CloudDeployLimitedErrorCountRetryPolicy(CloudDeployLimitedErrorCountRetryPolicy &&)` and `CloudDeployLimitedErrorCountRetryPolicy(CloudDeployLimitedErrorCountRetryPolicy const &)` which all have different functionalities."],["There are also five different functions, including `maximum_failures() const`, `OnFailure(Status const &)`, `IsExhausted() const`, `IsPermanentFailure(Status const &) const` and `clone() const` that will return various aspects of the `CloudDeployLimitedErrorCountRetryPolicy`."]]],[]]