[[["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 details the `BackupForGKELimitedErrorCountRetryPolicy`, which is a retry policy designed for `BackupForGKEConnection` that manages retries based on the number of errors encountered."],["The policy halts retries when a non-transient error is detected or when the number of transient failures surpasses a defined limit."],["Transient errors in this policy are identified by the `kUnavailable` status code, indicating temporary service disruptions."],["The `BackupForGKELimitedErrorCountRetryPolicy` class can be instantiated with a parameter to set the maximum number of tolerated transient errors, with the ability to disable retries by setting `maximum_failures` to 0."],["The policy provides various functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, to manage and analyze retry behavior, alongside an alias called `BaseType` for `BackupForGKERetryPolicy`."]]],[]]