[[["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 outlines the `KeyTrackingServiceLimitedErrorCountRetryPolicy`, which manages retries for the `KeyTrackingServiceConnection` based on the number of encountered errors."],["The retry policy halts when a non-transient error occurs or when the number of transient failures exceeds a predefined limit."],["Transient errors in this policy are specifically defined as those with the `kUnavailable` status code."],["The policy can be configured to disable retries entirely by setting `maximum_failures` to 0 when creating an instance."],["It's possible to construct an instance of this retry policy, with a copy or move constructor, and it can also be cloned via the clone function, returning it in the initial state."]]],[]]