[[["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 `ConfidentialComputingLimitedErrorCountRetryPolicy`, a retry policy designed for `ConfidentialComputingConnection` that limits the number of transient errors before stopping retries."],["The policy treats the `kUnavailable` status code as a transient error, and stops retrying upon encountering a non-transient error or when the maximum number of transient failures is surpassed."],["You can disable the retry loop by creating a `ConfidentialComputingLimitedErrorCountRetryPolicy` instance with `maximum_failures` set to 0."],["The page provides access to documentation for various versions of the policy, from version 2.11.0 to the latest release candidate, 2.37.0-rc."],["The policy offers methods such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` for managing retry behavior, in addition to having a `BaseType` alias for `ConfidentialComputingRetryPolicy`."]]],[]]