[[["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-06-12 UTC."],[[["The latest version available for `PolicyTagManagerLimitedErrorCountRetryPolicy` is `2.37.0-rc`, with a full list of previous versions from `2.36.0` down to `2.11.0` also provided."],["This retry policy is designed for `PolicyTagManagerConnection` and will stop retrying if there is a non-transient error or if the number of transient failures exceeds a set amount."],["Transient errors are determined by the `kUnavailable` status code."],["You can set a maximum number of transient errors via the constructor `PolicyTagManagerLimitedErrorCountRetryPolicy(int maximum_failures)`, or disable retries altogether if you set the value to 0."],["The class offers functions such as `OnFailure`, `IsExhausted`, `IsPermanentFailure`, and `clone` to manage and analyze retry behavior, with access to the set maximum failure count via `maximum_failures()`."]]],[]]