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 `SpannerException` available, ranging from version 3.5.0 to the latest beta version 5.0.0-beta05, with each version having specific documentation."],["`SpannerException` has constructors that take either an `ErrorCode` and a message, or a `Status` object."],["The `SpannerException` class includes properties like `ErrorCode`, `IsRetryable`, and `RecommendedRetryDelay` to provide details about the error and potential retry strategies."],["The class is extended by `SpannerBatchNonQueryException`, suggesting it serves as a base for other, more specific Spanner-related exceptions."]]],[]]