[[["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-14 UTC."],[[["This webpage provides documentation for the `ServicesLimitedErrorCountRetryPolicy` class, a retry mechanism used for the `ServicesConnection` in Google Cloud Run."],["The `ServicesLimitedErrorCountRetryPolicy` stops retrying if a non-transient error occurs or if the number of transient failures exceeds a predefined limit."],["The class constructor allows users to set the maximum number of tolerated transient errors, and retries can be completely disabled by setting this to zero."],["The class provides methods to check the maximum failures allowed, if it is exhausted, if the error is permanent, and for failures; it also allows for the creation of a new instance of the policy reset to its original state."],["The status code `kUnavailable` is considered a transient error within the context of this retry policy."]]],[]]