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 the Spanner database."],["This class inherits from `Exception` and implements `ISerializable`, providing methods and properties for handling and understanding Spanner-related errors."],["The `SpannerException` class includes properties such as `ErrorCode`, `IsRetryable`, and `RecommendedRetryDelay`, allowing developers to categorize errors, determine if retries are appropriate, and understand suggested delay times."],["The page also lists different versions of the library, ranging from `5.0.0-beta05` to `3.5.0`, each linking to the corresponding documentation for the `SpannerException` class within that specific version."],["The SpannerException class has two constructors: one that takes an `ErrorCode` and a `message` string and one that takes a `Status` object."]]],[]]