[[["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-04-17 UTC."],[[["This document provides details on the `CompanyServiceLimitedErrorCountRetryPolicy`, a class for managing retry attempts for the `CompanyServiceConnection`."],["The retry policy is designed to halt retries upon encountering a non-transient error or when the number of transient failures exceeds a defined limit."],["Transient errors, such as those with the `kUnavailable` status code, are specifically addressed by this policy."],["The class allows creating instances that accept up to a specified number of transient errors, with the ability to disable the retry loop entirely by setting the `maximum_failures` to 0."],["It includes functions such as `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()`, offering different ways to interact with the retry logic."]]],[]]