[[["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 documentation details the `AMLLimitedErrorCountRetryPolicy`, a retry policy for `AMLConnection` that limits retries based on the number of transient errors encountered."],["The policy halts retries upon encountering a non-transient error or exceeding a predefined maximum number of transient failures, with `kUnavailable` considered a transient error."],["The `AMLLimitedErrorCountRetryPolicy` constructor allows setting the maximum number of tolerable transient errors, with a value of 0 disabling retries."],["Key functions include `maximum_failures()`, which returns the maximum allowed failures, and `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()`, which are responsible for evaluating failure scenarios and determining if to continue retrying."],["The `clone()` function creates a new instance of the policy, resetting it to its initial state."]]],[]]