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 is 5.0.0-beta05, and this page contains the documentation for the `SpannerException` class across various versions, from 3.5.0 to the most recent release."],["`SpannerException` represents an error that occurred while communicating with the Spanner database and is derived from the base `Exception` class, also implementing `ISerializable`."],["The class includes properties such as `ErrorCode`, `IsRetryable`, and `RecommendedRetryDelay`, which offer insights into the nature of the error and potential recovery strategies."],["The `SpannerException` class has two constructors, one taking an `ErrorCode` and a string message, while the other accepts a `Status` object."],["`SpannerException` has one derived type shown, `SpannerBatchNonQueryException`, and offers inherited methods from the `Exception` class."]]],[]]