[[["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 webpage details the `VpcAccessServiceLimitedErrorCountRetryPolicy`, a class used to manage retries for `VpcAccessServiceConnection` based on the number of errors encountered."],["The retry policy terminates if a non-transient error occurs or if the number of transient errors exceeds a predefined limit, with transient errors being defined as `kUnavailable` and `kUnknown` status codes."],["The class provides constructors to set the maximum number of tolerated transient errors and allows disabling the retry loop by setting `maximum_failures` to 0."],["The class contains functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()` and `clone()`, as well as providing a type alias of `BaseType`."],["This page also lists the available versions of this class from 2.11.0 to 2.37.0-rc."]]],[]]