[[["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 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."]]],[]]