[[["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-14 UTC."],[[["This webpage details the `ModelServiceLimitedErrorCountRetryPolicy`, a retry mechanism for `ModelServiceConnection` that limits retries based on the number of errors encountered."],["The policy halts retries if a non-transient error occurs or if the number of transient failures exceeds a preset limit, with `kUnavailable` status code being the only transient error."],["The class provides constructors to define the maximum number of transient failures, which can be set to zero to disable retries, and it also supports move and copy construction."],["It offers functions to determine the maximum failures allowed, handle failures, check for exhaustion of retries, identify permanent failures, and clone the policy instance."],["This policy can be found in multiple versions of the Retail C++ library from 2.11.0 all the way to the latest release candidate at 2.37.0-rc, and it can be located in each release's respective documentation."]]],[]]