[[["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 document provides a detailed overview of the `TagHoldsLimitedErrorCountRetryPolicy` class, focusing on its role in managing retries for `TagHoldsConnection` based on error counts."],["The `TagHoldsLimitedErrorCountRetryPolicy` class stops retrying operations if a non-transient error occurs or if the number of transient failures exceeds a defined limit."],["The policy treats `kUnavailable` status codes as transient errors, which allows retries in those specific cases."],["The class has constructors that create instances of the policy with a specified maximum number of transient errors, also there is a way to disable retries by setting `maximum_failures` to 0."],["It also provides the functions `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to manage and query the retry policy's behavior."]]],[]]