[[["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 `PipelineServiceLimitedErrorCountRetryPolicy`, a retry mechanism for `PipelineServiceConnection` in the Google Cloud Content Warehouse C++ library, with the latest version being 2.37.0-rc."],["The retry policy halts if a non-transient error occurs or if the number of transient errors exceeds a defined limit, with `kUnavailable` status code being the only code treated as a transient error."],["Constructors are available to set the maximum number of transient errors, and to create a copy or move of an existing policy, the retry loop can be disabled by setting `maximum_failures` to 0."],["Key functions include `maximum_failures()` for getting the max failure count, `OnFailure()` for handling errors, `IsExhausted()` to check if the policy is exhausted, and `IsPermanentFailure()` to determine if an error is non-transient, as well as a `clone()` function."],["The base type for this class is listed as `PipelineServiceRetryPolicy`, and the page also links to the documentation of all prior versions all the way back to 2.12.0."]]],[]]