[[["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 webpage details the `ApiGatewayServiceLimitedErrorCountRetryPolicy`, a retry policy designed for `ApiGatewayServiceConnection` that limits retries based on the number of detected errors."],["The policy will stop retrying if a non-transient error is encountered or if the number of transient failures exceeds a set limit, and transient errors are identified as `kUnavailable` or `kUnknown` status codes."],["You can create an instance of the retry policy, specifying the maximum number of transient errors to allow, and can disable the retry loop altogether by setting `maximum_failures` to 0."],["The class includes functions to get the maximum failures allowed, handle failures, determine if retries are exhausted, and identify permanent failures, as well as creating a clone of the policy, and a base type alias."],["The page provides links to reference documentation for many different versions of the class, from 2.11.0 up to the latest release candidate, 2.37.0-rc."]]],[]]