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 SpannerException is 5.0.0-beta05, while version 3.15.1 is the current version."],["SpannerException is a class that represents an error encountered while communicating with the Spanner database, inheriting from the Exception class and implementing ISerializable."],["The SpannerException class includes inherited members from Exception and Object, along with two constructors: one that takes an ErrorCode and message, and another that takes a Status object."],["Key properties of SpannerException include ErrorCode, which indicates the class of problem, IsRetryable, which indicates if the error is transient, and RecommendedRetryDelay, suggesting a delay before retrying."],["There is a derived type of SpannerException called SpannerBatchNonQueryException, and a relevant extension method called TransientFaultDetector.IsTransientSpannerFault(Exception)."]]],[]]