For retryable SpannerException, this value represents
the recommended minimum retry delay. It might or might not
be present, even if this exception is retryable.
[[["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."],[[["The latest version available for the Google.Cloud.Spanner.Data library is 5.0.0-beta05, while version 4.1.0 is also listed."],["`SpannerException` is a class that represents errors when communicating with the Spanner database, inheriting from the standard `Exception` class and implementing `ISerializable`."],["This exception class provides details about the error, including an `ErrorCode`, whether it is `IsRetryable`, and a `RecommendedRetryDelay` if applicable."],["There are two constructors available for `SpannerException`: one that takes an `ErrorCode` and a message, and another that takes a `Status` object."],["The library contains several inherited members from exception and object, all regarding exception handling."]]],[]]