[[["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 page details the `DocumentLinkServiceLimitedErrorCountRetryPolicy`, which is designed to manage retries for `DocumentLinkServiceConnection` based on the number of errors encountered."],["The policy stops retrying if a non-transient error occurs or if the number of transient failures exceeds a predefined limit."],["The class treats `kUnavailable` status codes as transient errors and allows users to define the maximum number of transient errors before halting retries via a parameter called `maximum_failures`."],["It provides constructors for creating instances, one with an integer to define the allowed `maximum_failures`, and move/copy constructor to define instances based on other instances."],["It also includes functions for managing and inspecting the retry policy, such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, along with the type alias `BaseType`."]]],[]]