[[["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 outlines the `ApiGatewayServiceLimitedErrorCountRetryPolicy`, which manages retry attempts for `ApiGatewayServiceConnection` based on error counts."],["The policy halts retries upon encountering a non-transient error or exceeding a specified number of transient failures."],["Transient errors are defined as `kUnavailable` and `kUnknown` status codes."],["The class offers constructors to set the maximum number of transient failures allowed, with a maximum_failures value of 0 disabling the retry loop."],["It also details various functions, including `OnFailure`, `IsExhausted`, `IsPermanentFailure`, and `clone`, for managing the retry policy's state and behavior."]]],[]]