[[["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-14 UTC."],[[["This page provides documentation for the `PipelineServiceLimitedErrorCountRetryPolicy` class, which is a retry policy designed for `PipelineServiceConnection`."],["The retry policy stops if a non-transient error is detected or if the number of transient failures exceeds a set limit."],["Transient errors are defined as those returning a `kUnavailable` status code."],["You can disable retries completely by creating an instance of the `PipelineServiceLimitedErrorCountRetryPolicy` with `maximum_failures` set to 0."],["The class includes constructors, functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, and also includes a type alias called `BaseType` for `PipelineServiceRetryPolicy`."]]],[]]