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 `SpannerException` class represents errors that occur when communicating with the Spanner database, inheriting from `Exception` and implementing `ISerializable`."],["There are multiple versions of the `Google.Cloud.Spanner.Data` package available, ranging from version 3.5.0 to the latest beta, 5.0.0-beta05."],["The `SpannerException` class provides constructors to create instances based on either an `ErrorCode` and a message, or a `Status` object."],["The class includes properties such as `ErrorCode`, `IsRetryable`, and `RecommendedRetryDelay` to provide information about the error and potential recovery strategies."],["The SpannerException can be used with the extension method `TransientFaultDetector.IsTransientSpannerFault(Exception)` to determine if the error was potentially transient."]]],[]]