[[["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-04-23 UTC."],[[["This document provides information on the `CatalogServiceLimitedErrorCountRetryPolicy`, a retry policy for `CatalogServiceConnection` that limits retries based on the number of transient errors."],["The policy halts retries if a non-transient error occurs or if the number of transient failures exceeds a predefined limit."],["The policy considers `kUnavailable` status codes as transient errors and allows the setting of a maximum number of transient errors tolerated with the `CatalogServiceLimitedErrorCountRetryPolicy(int)` constructor."],["This document outlines various constructors for creating instances of this policy, such as a maximum failure constructor, and copy/move constructors."],["It also includes key functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()` and `clone()` that are used to manage the behaviour of the retry policy, alongside the `BaseType` alias for `CatalogServiceRetryPolicy`."]]],[]]