[[["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-07-09 UTC."],[[["The latest version available is 2.37.0-rc, with numerous older versions from 2.36.0 to 2.11.0 also accessible."],["`IAMLimitedErrorCountRetryPolicy` is a retry policy for `IAMConnection` that stops retrying after encountering a non-transient error or exceeding a set number of transient failures."],["Transient errors within this policy are defined by the `kUnavailable` status code."],["The policy's constructor accepts an integer, `maximum_failures`, which determines the maximum number of transient errors allowed before stopping retries; setting it to 0 disables retries."],["The policy includes methods to check for exhaustion (`IsExhausted`), if a failure is permanent (`IsPermanentFailure`), and the maximum failures allowed (`maximum_failures`), as well as a cloning method to reset the policy (`clone`)."]]],[]]