[[["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-21 UTC."],[[["This webpage details the `EventarcLimitedErrorCountRetryPolicy` class, which manages retry attempts for `EventarcConnection` based on a maximum number of allowed transient errors."],["The policy halts retries upon encountering a non-transient error or exceeding the designated count of transient failures, with `kUnavailable` and `kUnknown` status codes considered transient."],["You can customize the error tolerance by setting the `maximum_failures` parameter in the constructor; setting it to 0 disables the retry loop entirely."],["The class provides several methods, including `OnFailure`, `IsExhausted`, and `IsPermanentFailure`, to manage and evaluate the retry process, and a `clone()` function to produce new reset instances."],["The latest version of this documentation is `2.37.0-rc`, and there are multiple versioned links ranging back to version `2.11.0`."]]],[]]