[[["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-06-12 UTC."],[[["The `AlertPolicyServiceLimitedErrorCountRetryPolicy` class provides a mechanism to retry operations in `AlertPolicyServiceConnection` based on a limited number of errors."],["This retry policy stops when a non-transient error occurs or the number of transient failures exceeds a predefined maximum."],["Transient errors, specifically identified as `kUnavailable` status codes, are retried, whereas other errors are considered non-transient."],["The class constructor `AlertPolicyServiceLimitedErrorCountRetryPolicy(int)` allows setting the maximum number of transient errors to tolerate, and setting it to 0 effectively disables retries."],["The policy includes methods to determine if retries are exhausted (`IsExhausted()`), if a failure is permanent (`IsPermanentFailure()`), if a retry should occur (`OnFailure()`), and to create a new policy instance (`clone()`)."]]],[]]