[[["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 document provides information on the `SchemaServiceLimitedErrorCountRetryPolicy`, a class that manages retry attempts for the `SchemaServiceConnection`."],["The retry policy is designed to halt retries if a non-transient error occurs or if the number of transient failures exceeds a defined limit."],["Transient errors, in the context of this policy, are specifically identified as `kUnavailable` status codes."],["The policy's behavior can be modified during instantiation by setting the `maximum_failures` parameter, with a value of 0 disabling retry functionality."],["The document also shows how to access various functions and parameters such as `maximum_failures`, `OnFailure`, and `IsExhausted` which determines retry behaviors."]]],[]]