[[["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 outlines the `CloudBuildLimitedErrorCountRetryPolicy` class, which is used to manage retry behavior for `CloudBuildConnection` based on the number of errors encountered."],["The retry policy will cease operation when a non-transient error occurs or if the number of transient errors exceeds a predefined limit, with only the `kUnavailable` status code being considered as a transient error in this instance."],["The class offers constructors to initialize the retry policy, including one that sets the maximum number of transient failures, and can be disabled entirely by setting the `maximum_failures` to 0."],["Key functions within the class include `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, each serving to control, monitor, and reset the retry policy."],["The version history of this class is available, ranging from version `2.37.0-rc` down to `2.11.0`, providing context for changes and historical information."]]],[]]