[[["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-05-07 UTC."],[[["This webpage provides documentation for the `MigrationServiceLimitedErrorCountRetryPolicy` class within the Google Cloud BigQuery Migration C++ library, with links to different version releases."],["The `MigrationServiceLimitedErrorCountRetryPolicy` class implements a retry mechanism for `MigrationServiceConnection`, designed to stop retrying after a non-transient error or a set number of transient failures, where the only transient error listed is `kUnavailable`."],["Users can construct an instance of this retry policy, with a parameter to specify the maximum number of transient failures the retry policy will tolerate before stopping, and can fully disable the retry loop if `maximum_failures` is set to 0."],["The class provides methods like `OnFailure`, `IsExhausted`, and `IsPermanentFailure` for managing the retry behavior, along with a `clone` method for creating a reset instance, as well as a `BaseType` type alias for `MigrationServiceRetryPolicy`."],["This is the documentation for version `2.29.0-rc`, with a link to the newest version `2.37.0-rc` in addition to many other previous versions."]]],[]]