[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["This webpage details the `EventarcLimitedErrorCountRetryPolicy` class, which is a retry policy designed for `EventarcConnection` that halts retries based on the number of errors."],["The policy will stop retrying if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, treating `kUnavailable` and `kUnknown` as transient errors."],["You can customize the maximum number of transient errors tolerated when constructing the `EventarcLimitedErrorCountRetryPolicy`, or disable retries by setting the maximum_failures to 0."],["The webpage provides a list of available version for this specific class, from 2.11.0 up to 2.37.0-rc."],["The `EventarcLimitedErrorCountRetryPolicy` class offers functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` for managing and checking the retry policy's state."]]],[]]