[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 UTC."],[[["This webpage details the `DocumentServiceLimitedErrorCountRetryPolicy`, which is a retry mechanism for `DocumentServiceConnection` that limits retries based on the number of transient errors encountered."],["The policy ceases retrying upon encountering a non-transient error or exceeding a predefined threshold of transient failures, with `kUnavailable` status codes being considered transient errors."],["It offers constructors that allow specifying the maximum number of transient errors tolerated (`maximum_failures`), including the option to disable retries completely by setting `maximum_failures` to 0."],["The policy includes functions to check if it is exhausted (`IsExhausted`), handle failures (`OnFailure`), identify permanent failures (`IsPermanentFailure`), retrieve the maximum failures value (`maximum_failures`), and clone the policy instance (`clone`)."],["The webpage lists the different versions of the `DocumentServiceLimitedErrorCountRetryPolicy`, with `2.37.0-rc` being the latest, and other previous versions from `2.36.0` to `2.12.0` being also available."]]],[]]