[[["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 details the `EventarcLimitedErrorCountRetryPolicy` class, which manages retry attempts for `EventarcConnection` based on a limit of transient errors."],["The retry policy halts if a non-transient error occurs or if the number of transient failures exceeds the predefined `maximum_failures`."],["Transient errors, as defined within this class, include the status codes `kUnavailable` and `kUnknown`."],["The class offers constructors to create instances with a specified `maximum_failures` limit, including an option to disable retries entirely by setting it to 0."],["The class also provides methods to check if the retry policy is exhausted, check if the failure is permanent, get the value for maximum failures, and create a clone of the policy instance."]]],[]]