[[["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 `SchemaServiceLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud Pub/Sub C++ client library, with the current version being 2.17.0."],["The `SchemaServiceLimitedErrorCountRetryPolicy` class defines a retry policy for `SchemaServiceConnection`, stopping retries when a non-transient error occurs or the number of transient failures exceeds a set limit."],["The class considers `kUnavailable` as a transient error and can be configured with a `maximum_failures` parameter to set the transient error tolerance, or disabling the retry loop by providing `maximum_failures` == 0."],["The documentation provides details of various constructors, functions (such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`) and a type alias `BaseType`, which provides functionalities for creating and managing retry policies."],["You can navigate documentation for previous versions of the library, going as far back as version 2.11.0 and as recent as a release candidate `2.37.0-rc`, directly from this webpage."]]],[]]