[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]