[[["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-05-07 UTC."],[[["This webpage details the `MatchServiceLimitedErrorCountRetryPolicy`, a retry mechanism for `MatchServiceConnection` in the Google Cloud AI Platform C++ library, with documentation available for versions ranging from 2.12.0 to 2.37.0-rc."],["The retry policy halts when a non-transient error occurs or the number of transient failures surpasses a set threshold, treating `kUnavailable` status codes as transient errors."],["The policy's constructor accepts an integer `maximum_failures` parameter to set the transient error tolerance, with a value of 0 disabling retries."],["The policy includes functions such as `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()` to manage and check the retry status."],["There is also a type alias `BaseType` that corresponds to `MatchServiceRetryPolicy`."]]],[]]