[[["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."],[[["This webpage details the `SynonymSetServiceLimitedErrorCountRetryPolicy`, which manages retries for `SynonymSetServiceConnection` by counting errors."],["The policy halts retries upon encountering a non-transient error or exceeding a specified number of transient failures, with `kUnavailable` being the only status code classified as transient."],["Users can configure the maximum number of tolerated transient errors when creating an instance of the policy, effectively disabling retries if `maximum_failures` is set to 0."],["The webpage outlines the `SynonymSetServiceLimitedErrorCountRetryPolicy`'s constructors, including one for setting the max failures, one for move-constructing, and one for copy-constructing, and associated parameters."],["Several functions are described, including functions to get the maximum number of failures, check if the policy is exhausted or there is a permanent failure, and a function to create a copy of the policy."]]],[]]