[[["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 document provides information on the `SessionTemplateControllerLimitedErrorCountRetryPolicy` class, which is used to manage retries for `SessionTemplateControllerConnection`."],["The retry policy stops if a non-transient error occurs or if the number of transient failures exceeds a set maximum."],["Transient errors, in this case, are defined as those with the `kUnavailable` status code."],["The class can be constructed with a `maximum_failures` parameter, or default to `0` to disable the retry loop, and instances can be copied or moved using different constructors."],["The document also details several functions of the class, such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` alongside a `BaseType` alias."]]],[]]