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` package is `5.0.0-beta05`, with multiple prior versions listed down to `3.5.0`."],["`SpannerException` is a class representing errors when communicating with a Spanner database, inheriting from the standard .NET `Exception` class and implementing `ISerializable`."],["The `SpannerException` class includes properties such as `ErrorCode`, `IsRetryable`, and `RecommendedRetryDelay` to provide details about the encountered error and guide retry strategies."],["Constructors for `SpannerException` allow initialization with either an `ErrorCode` and a descriptive message, or a `Status` object for more detailed error information."],["The provided content includes a list of inherited members, derived types, and extension methods, giving a overview of the class's functionality and interactions with other components."]]],[]]