[[["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."],[[["The content describes a retry policy class, `CompanyServiceLimitedErrorCountRetryPolicy`, designed for managing transient errors in RPC calls related to the `CompanyServiceConnection`."],["This policy halts retries if a non-transient error occurs or if the number of transient failures exceeds a predefined limit."],["Transient errors in this context are specifically defined as those with the `kUnavailable` status code."],["The class provides constructors to set the maximum number of tolerated transient errors, including the option to disable retries by setting the limit to zero."],["The policy includes methods to check if it is exhausted, determine if a failure is permanent, and clone itself to create a new policy instance in the initial state."]]],[]]