[[["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-08-14 UTC."],[[["The latest version available is 2.37.0-rc, with numerous older versions of the class `CompletionLimitedErrorCountRetryPolicy` also listed."],["`CompletionLimitedErrorCountRetryPolicy` is a retry policy that limits retries based on the number of errors encountered when using `CompletionConnection`."],["The policy stops retrying if a non-transient error is returned or if the number of transient failures exceeds a predefined limit, treating the status code `kUnavailable` as a transient error."],["The policy's constructors allow setting a `maximum_failures` parameter, disabling the retry loop if `maximum_failures` is set to 0."],["Key functions of this policy include `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, facilitating the management of retry attempts and error handling."]]],[]]