[[["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 `CloudBuildLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud Build C++ library, specifically version 2.30.0."],["The retry policy class is designed to handle transient errors during RPC calls for `CloudBuildConnection`, stopping retries on non-transient errors or exceeding a defined number of transient failures."],["The policy treats `kUnavailable` status codes as transient errors and can be configured to disable retry loops by setting `maximum_failures` to 0 during the construction."],["The document contains a list of other versions of the `CloudBuildLimitedErrorCountRetryPolicy` class, including the latest version, `2.37.0-rc`."],["The class has specific constructors to create new instances, as well as functions to check the maximum failures, check if the retry loop is exhausted, and determine if the error is a permanent failure."]]],[]]