[[["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 retries for `CloudBuildConnection` based on the number of errors encountered."],["The retry policy terminates when a non-transient error occurs or when the number of transient errors exceeds a predefined limit."],["Only `kUnavailable` status codes are considered transient errors by this class, which determines when the retry logic should be executed."],["Constructors allow for setting the maximum number of transient errors, with the option to disable retries by setting this value to zero."],["The class provides functions to determine the maximum number of failures, check if the policy is exhausted, and identify if a failure is permanent or transient."]]],[]]