[[["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-24 UTC."],[[["This webpage details the `IndexEndpointServiceLimitedErrorCountRetryPolicy`, a retry policy designed for `IndexEndpointServiceConnection`."],["The policy halts retries upon encountering a non-transient error or exceeding the permitted number of transient failures, with `kUnavailable` being the only error that is considered transient."],["You can configure the number of tolerated transient errors using the constructor `IndexEndpointServiceLimitedErrorCountRetryPolicy(int maximum_failures)`."],["The policy includes functions for managing transient errors and verifying if a failure is permanent: `OnFailure`, `IsExhausted`, `IsPermanentFailure`, and a `clone` function to create new instances of the policy."],["It provides a complete history of previous versions, dating back to 2.12.0, and including the current latest release candidate 2.37.0-rc, all of which support the same retry policy."]]],[]]