[[["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`, a class used to manage retries for `SynonymSetServiceConnection` based on the number of errors encountered."],["The retry policy terminates if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, with `kUnavailable` being the only status code considered a transient error."],["Users can instantiate the policy with a constructor that sets the `maximum_failures` parameter, which controls the number of allowed transient errors, and setting it to zero will disable retries."],["The class provides functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()` to manage the retry process, alongside a `clone()` function to reset the policy's state."],["The webpage shows the reference documentation for this class across multiple versions of this service, starting with version `2.12.0`, and has a release candidate version `2.37.0-rc` and the latest stable version, `2.23.0`."]]],[]]