[[["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 webpage details the `CloudBuildLimitedErrorCountRetryPolicy`, a retry mechanism for `CloudBuildConnection` in the Google Cloud Build C++ library."],["The policy halts retries upon encountering a non-transient error or surpassing a defined number of transient failures, with `kUnavailable` being the only status code classified as transient."],["You can configure the maximum number of allowed transient errors via the `CloudBuildLimitedErrorCountRetryPolicy(int)` constructor, and providing `maximum_failures` == 0 will disable retries."],["The page lists all the past versions of the code available, going back to 2.11.0 and up to the latest version 2.37.0-rc."],["`CloudBuildLimitedErrorCountRetryPolicy` can be copied, moved or cloned, and has functions to determine `maximum_failures`, if it is `IsExhausted` or `IsPermanentFailure`, and the `OnFailure` condition."]]],[]]