[[["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 document provides a list of different versions of the `ConfidentialComputingLimitedErrorCountRetryPolicy`, including the latest release candidate version 2.37.0-rc, and versions ranging from 2.11.0 to 2.36.0."],["The `ConfidentialComputingLimitedErrorCountRetryPolicy` is used to manage retries for `ConfidentialComputingConnection` and stops retrying if a non-transient error is encountered, or if the number of transient failures exceeds a specified limit."],["Transient errors in this context are identified by the `kUnavailable` status code, as defined within the document."],["The policy is created with an integer representing the `maximum_failures`, allowing you to set how many transient errors the policy can tolerate, or disable retries entirely by setting `maximum_failures` to 0."],["The class offers functions to determine the `maximum_failures`, `OnFailure`, `IsExhausted`, `IsPermanentFailure`, and to `clone` the policy, providing methods to manage its behavior and status."]]],[]]