[[["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-04-17 UTC."],[[["This document provides information on the `OsLoginServiceLimitedErrorCountRetryPolicy`, which is a retry policy designed for `OsLoginServiceConnection`."],["The policy limits retries based on the number of transient errors encountered or if a non-transient error occurs, using `kUnavailable` as the specific transient error code to watch out for."],["The `OsLoginServiceLimitedErrorCountRetryPolicy` constructor accepts an integer to specify the maximum number of transient errors allowed before stopping retries, with the ability to disable retries entirely by setting the `maximum_failures` to 0."],["The document also lists all the available versions of the `OsLoginServiceLimitedErrorCountRetryPolicy` starting with version 2.11.0 up to the latest version of 2.37.0-rc."],["The class provides the methods `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()` to check or update the retry policy."]]],[]]