[[["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-07-09 UTC."],[[["The `VideoStitcherServiceLimitedErrorCountRetryPolicy` class provides a mechanism to retry operations based on the number of transient errors encountered, stopping when non-transient errors occur or a maximum number of transient errors is reached."],["Transient errors are defined as those with the `kUnavailable` status code."],["You can configure the maximum number of transient failures to tolerate using the constructor `VideoStitcherServiceLimitedErrorCountRetryPolicy(int)`, with a value of 0 disabling the retry loop."],["The class supports both move and copy constructors for flexible object management."],["Several functions are available, such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, to interact with the retry policy."]]],[]]