[[["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 `SynonymSetServiceLimitedErrorCountRetryPolicy`, which manages retries for `SynonymSetServiceConnection` by counting errors."],["The retry policy terminates if a non-transient error occurs or if the number of transient failures exceeds a specified limit, with `kUnavailable` being the only considered transient status code."],["You can customize the policy using a constructor `SynonymSetServiceLimitedErrorCountRetryPolicy(int)` that accepts an integer that determines the amount of tolerable transient failures, and if the amount is set to `0`, it will disable the retry loop."],["The class offers functions like `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()`, providing information about the retry policy's current state and enabling adjustments or duplication."],["This documentation covers various versions of the `SynonymSetServiceLimitedErrorCountRetryPolicy`, ranging from the latest `2.37.0-rc` down to `2.12.0`, all of which are linked accordingly."]]],[]]