[[["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 in the Google Cloud Pub/Sub C++ library, which is used to define a retry policy based on a limited number of errors."],["The `SchemaServiceLimitedErrorCountRetryPolicy` class retries only transient errors, stopping when a non-transient error occurs or the maximum number of transient errors is reached, with `kUnavailable` being the only transient error listed."],["The class provides constructors to set the maximum number of transient errors and provides functions such as `maximum_failures()` to see the maximum failure setting, `OnFailure()` and `IsExhausted()` to manage failures, and `IsPermanentFailure()` to determine if an error is permanent."],["The webpage references the `SchemaServiceRetryPolicy` base class for the `SchemaServiceLimitedErrorCountRetryPolicy` class."],["The documentation covers various versions of this policy, ranging from version 2.11.0 to the latest release candidate 2.37.0-rc."]]],[]]