[[["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 details on the `CompanyServiceLimitedErrorCountRetryPolicy`, a class used for managing retry behavior in the `CompanyServiceConnection`."],["The retry policy halts 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 customize the maximum number of transient errors allowed by using the constructor that accepts an `int` for the maximum failures, or disable retries by setting this to 0."],["The class includes functions for checking if the policy is exhausted (`IsExhausted`), if a failure is permanent (`IsPermanentFailure`), and for resetting to its initial state (`clone`)."]]],[]]