[[["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-02 UTC."],[[["The latest version available for the `LimitedErrorCountRetryPolicy` is `2.37.0-rc`, with numerous previous versions also accessible."],["`LimitedErrorCountRetryPolicy` is a Spanner library retry policy that halts retries upon encountering non-transient errors or exceeding a set number of transient errors."],["The policy treats `kUnavailable`, `kResourceExhausted`, and `kInternal` (if indicating a connection reset) as transient errors."],["You can set the maximum number of transient failures when instantiating `LimitedErrorCountRetryPolicy`, with the option to disable retries by setting the maximum failures to zero."],["This class includes methods for determining if the retry policy is exhausted, for checking if a failure is permanent, for determining the number of maximum failures, and for creating a new policy instance."]]],[]]