[[["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-04-09 UTC."],[[["This webpage provides documentation for the `RetryPolicy` class within the Google Cloud Spanner C++ library, covering versions from 2.11.0 to the latest release candidate 2.37.0-rc."],["The `RetryPolicy` class serves as the foundational base for defining retry behaviors within the Spanner C++ library."],["Key functions of the `RetryPolicy` class include `clone()`, which creates a new instance, and `OnFailure()`, which determines retry actions based on a given `Status`."],["Other important functions are `IsExhausted()`, which checks whether the policy has run out of retries, and `IsPermanentFailure()`, which verifies whether the `Status` passed is a permanent failure."]]],[]]