[[["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 `SchemaServiceLimitedErrorCountRetryPolicy`, a retry mechanism for `SchemaServiceConnection` in the Google Cloud Pub/Sub C++ client library."],["The policy halts retries upon encountering a non-transient error or exceeding a predefined limit of transient failures, and `kUnavailable` status codes are treated as transient errors."],["The class includes constructors that accept the maximum number of transient errors allowed, and setting this limit to zero will effectively disable retries."],["The page also lists the different versions of this Schema, beginning with version `2.37.0-rc` as the most recent, going down to version `2.11.0`, and including the currently displayed `2.26.0` version."],["The policy defines functions like `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, and `IsPermanentFailure(Status const &)` to manage the retry logic, and also defines the `clone()` function to create a new instance of the policy."]]],[]]