[[["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 page details the `SchemaServiceLimitedErrorCountRetryPolicy`, a retry mechanism for `SchemaServiceConnection` that limits retries based on the number of errors encountered."],["The policy halts retries if a non-transient error occurs or if the number of transient failures exceeds a preset limit, with `kUnavailable` status code being the only treated transient error."],["Constructors are available to create instances of the policy, specifying the maximum number of allowed transient errors, with a `maximum_failures` of 0 effectively disabling the retry loop."],["Key functions include `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)` and `clone()`, which help manage and define how the policy will behave in various situations."],["The page also provides links to older versions of this policy, with the latest being `2.37.0-rc`, and the current page showing `2.27.0` at the top."]]],[]]