[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["This webpage provides documentation for the `ServiceHealthLimitedErrorCountRetryPolicy` class, detailing its various versions, constructors, functions, and type aliases."],["The `ServiceHealthLimitedErrorCountRetryPolicy` is used as a retry policy for `ServiceHealthConnection`, implementing a strategy that retries only a limited number of transient failures, stopping if there is a non-transient error, or the transient failures exceed the maximum defined."],["The class constructors allow the creation of a `ServiceHealthLimitedErrorCountRetryPolicy` object with a defined maximum transient failure count, and has an option to disable retry behavior by setting `maximum_failures` to 0."],["The page also lists all available versions, from `2.21.0` up to the latest, `2.37.0-rc`, with links to their corresponding documentation."],["Key functions of the class include `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, which allow managing the retry state and determining failure types, and creating a reset instance."]]],[]]