[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-18 UTC."],[[["This webpage provides documentation for the `DatastreamLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud Datastream C++ client library."],["The `DatastreamLimitedErrorCountRetryPolicy` class is designed to manage retries for `DatastreamConnection` based on the number of encountered transient errors, stopping retries when a non-transient error is encountered or when the maximum number of transient errors is reached."],["Transient errors, identified by the `kUnavailable` status code, trigger retry attempts, while the retry loop can be disabled by setting `maximum_failures` to 0 during policy instantiation."],["The documentation outlines the constructors and functions available in this policy class, such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, which allow for managing retry behavior."],["A listing of the version history is available, ranging from version `2.11.0` all the way up to the latest `2.37.0-rc`."]]],[]]