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 page details the `SpannerException` class within the `Google.Cloud.Spanner.Data` namespace, which represents errors when communicating with a Spanner database."],["The latest version documented is `5.0.0-beta05`, and several previous versions dating back to `3.5.0` are also listed."],["`SpannerException` inherits from the base `Exception` class and implements `ISerializable`, with several inherited members for handling exceptions."],["It includes constructors to create instances with an `ErrorCode` and a message, or with a `Status`, and properties like `ErrorCode`, `IsRetryable`, and `RecommendedRetryDelay` provide further context."],["The SpannerException class also has an extension method named TransientFaultDetector.IsTransientSpannerFault(Exception) that can be utilized."]]],[]]