[[["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-05 UTC."],[[["This webpage details the `ConfidentialComputingLimitedErrorCountRetryPolicy`, a retry policy class for `ConfidentialComputingConnection` that limits the number of transient errors before stopping retries."],["The policy stops retrying if a non-transient error occurs or if the number of transient failures exceeds a predefined limit."],["The class treats `kUnavailable` status codes as transient errors and allows you to define the maximum number of transient errors with the `maximum_failures` parameter, with the option to disable retries by setting `maximum_failures` to 0."],["The page covers how to construct an instance of this class, along with the public functions `maximum_failures`, `OnFailure`, `IsExhausted`, `IsPermanentFailure`, and `clone` that can be used with it."],["The page also provides a history of the updates and changes made to this class, and lists versions ranging from 2.11.0 to the most recent 2.37.0-rc."]]],[]]