[[["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-03-21 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`."]]],[]]