[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["This document outlines the `ProfilerServiceLimitedErrorCountRetryPolicy`, a retry mechanism for `ProfilerServiceConnection`."],["The retry policy ceases if a non-transient error occurs or if the number of transient errors exceeds a predefined limit."],["Transient errors, specifically `kUnavailable` status codes, are considered retryable under this policy."],["The policy allows users to define `maximum_failures` in order to control how many transient errors it should allow, and it can disable retries if this value is set to zero."],["It allows for cloning of the policy, and the maximum failures can be returned by using the `maximum_failures()` method."]]],[]]