[[["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-21 UTC."],[[["This page documents the `PipelineServiceLimitedErrorCountRetryPolicy` class, which controls the retry behavior for `PipelineServiceConnection` in the Content Warehouse C++ library."],["The retry policy halts operations when a non-transient error occurs or if the number of transient errors exceeds a predefined limit, with `kUnavailable` being treated as a transient error."],["You can define the maximum number of transient errors tolerated using the constructor `PipelineServiceLimitedErrorCountRetryPolicy(int maximum_failures)`."],["The class provides several methods, including `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, for managing and checking the retry policy's state and behavior."],["The page is a documentation reference for various versions of the class, ranging from version 2.12.0 to the latest version 2.37.0-rc."]]],[]]