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-03-21 UTC."],[[["The page details the `SpannerException` class within the `Google.Cloud.Spanner.Data` namespace, which represents errors when communicating with the Spanner database."],["The `SpannerException` class inherits from the .NET `Exception` class and implements the `ISerializable` interface, allowing it to be used in standard exception handling scenarios."],["Key properties of `SpannerException` include `ErrorCode`, `IsRetryable` indicating whether the error is transient, and `RecommendedRetryDelay` suggesting an appropriate wait time before retrying."],["The page provides a version history of the Spanner Data library, from version 3.5.0 up to the latest beta 5.0.0-beta05, showing the chronological evolution of the `SpannerException` class."],["The `SpannerException` class has two constructors, one taking an `ErrorCode` and a message, and the other taking a `Status`, enabling the creation of a `SpannerException` based on error specifics."]]],[]]