[[["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 webpage details the `NotificationChannelServiceLimitedErrorCountRetryPolicy`, a retry policy designed for `NotificationChannelServiceConnection` that limits the number of transient errors."],["The policy halts retries if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, with `kUnavailable` errors considered as transient."],["You can create an instance of the retry policy specifying the maximum number of transient failures, allowing to disable retry by providing an instance with 0 for the maximum failures."],["The policy contains methods to manage and check the state of the retry policy, to handle failures, and to check if the maximum number of failures have been exceeded."],["The webpage provides documentation on various versions, with 2.37.0-rc (latest), and offers details on constructors, functions, and type aliases related to the retry policy."]]],[]]