[[["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 webpage provides documentation for the `PipelineServiceLimitedErrorCountRetryPolicy` class, which is used to define a retry policy for `PipelineServiceConnection` in the Google Cloud Content Warehouse C++ library."],["The policy stops retrying when a non-transient error occurs or when a predefined number of transient errors, like `kUnavailable`, have been detected."],["You can customize the maximum number of transient failures allowed by providing an integer to the `PipelineServiceLimitedErrorCountRetryPolicy` constructor, and disabling retries can be done by setting the maximum failures to zero."],["The class includes methods to determine if a failure is permanent (`IsPermanentFailure`), check if the policy is exhausted (`IsExhausted`), and obtain the maximum allowed failures (`maximum_failures`)."],["The page lists various versions of the library, ranging from 2.12.0 up to the latest release candidate, 2.37.0-rc, allowing users to refer to the documentation corresponding to their specific version."]]],[]]