[[["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."],[[["The content outlines different versions of the `ApiGatewayServiceLimitedErrorCountRetryPolicy` class, ranging from version 2.11.0 to the latest release candidate 2.37.0-rc, which provides a retry mechanism for `ApiGatewayServiceConnection`."],["This retry policy stops if a non-transient error is received or if the number of transient errors (like `kUnavailable` or `kUnknown`) exceeds a specified limit."],["The `ApiGatewayServiceLimitedErrorCountRetryPolicy` can be configured with a constructor to set the `maximum_failures` value, disabling retries when set to 0."],["Key functions include `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, providing control over the retry behavior and error handling."],["There are also 3 parameters that can be used during construction of the class, `maximum_failures`, and `rhs` for both the move and copy constructors."]]],[]]