[[["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-05-07 UTC."],[[["This webpage details the `SubscriptionAdminLimitedErrorCountRetryPolicy`, a retry mechanism for `SubscriptionAdminConnection`."],["The policy stops retrying if it encounters a non-transient error or exceeds the specified maximum number of transient failures."],["Transient errors, which are the types that the policy would retry on, in this class are defined as `kUnavailable` status codes."],["The class allows creating a retry policy with a user-defined limit of `maximum_failures` for transient errors, and it can be set to 0 to completely disable retries."],["The `clone()` function creates a new policy instance, reset to its initial state, and various functions like `OnFailure()` , `IsExhausted()`, `IsPermanentFailure()` give more control to the user over the retry logic."]]],[]]