[[["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 document provides a detailed overview of the `CompanyServiceLimitedErrorCountRetryPolicy`, which is a retry mechanism for `CompanyServiceConnection`."],["The retry policy is designed to cease retrying if a non-transient error occurs or if the number of transient failures exceeds a defined limit."],["Transient errors, as defined by this policy, are those with the status code `kUnavailable`."],["The policy can be customized during the instance creation with a `maximum_failures` parameter, and by setting `maximum_failures` to 0 it disables the retry loop."],["The document further details the policy's constructors, functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, along with the `BaseType` alias."]]],[]]