[[["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-07-09 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 `kUnavailable` and `kUnknown` status codes treated as transient."],["The class constructor `VpcAccessServiceLimitedErrorCountRetryPolicy(int)` allows setting the maximum number of tolerable transient errors, and setting this to zero will disable retries."],["The webpage shows the class is available for many versions starting from 2.11.0 to 2.37.0-rc, with the documentation accessible through the clickable version number."],["Key functions include `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, which handle error counts, status checks, and policy duplication."]]],[]]