[[["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-05-07 UTC."],[[["This webpage details the `KnowledgeBasesLimitedErrorCountRetryPolicy`, a retry policy for `KnowledgeBasesConnection` that manages retries based on the count of errors."],["The policy halts retries when a non-transient error occurs or when the number of transient failures exceeds a specified limit."],["Only `kUnavailable` status codes are considered transient errors under this policy, which determines whether the retries can continue or stop."],["You can configure the maximum number of transient failures the policy tolerates during its creation, with an option to disable the retry loop."],["The page provides details about the policy's constructors, functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, along with a type alias `BaseType`."]]],[]]