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 other versions listed ranging from `5.0.0-beta04` down to `3.5.0`."],["`SpannerException` is a class representing errors when communicating with the Spanner database, inheriting from `Exception` and implementing `ISerializable`."],["The `SpannerException` class has constructors to create new instances, accepting either an `ErrorCode` and a descriptive message or a `Status` object."],["Key properties of `SpannerException` include `ErrorCode` to specify the problem type, `IsRetryable` to determine if the error is transient, and `RecommendedRetryDelay` for suggested retry timing."],["The `SpannerException` class has a derived type `SpannerBatchNonQueryException`, and also provides information on its implemented and inherited members."]]],[]]