[[["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."],[[["The latest version available is 2.37.0-rc, with numerous older versions like 2.36.0, 2.35.0, and going all the way down to version 2.11.0 also available for browsing."],["`MetadataServiceLimitedErrorCountRetryPolicy` is a retry policy for `MetadataServiceConnection` that limits the number of transient errors before stopping retries."],["The policy treats the `kUnavailable` status code as a transient error, and it stops retrying if it encounters a non-transient error or exceeds the maximum allowed transient failures."],["This class has constructors that allow for setting the `maximum_failures`, which is the maximum allowed transient errors, it also allows to disable the retry loop if set to `0`."],["The class provides functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to manage the retry behavior and query its state."]]],[]]