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, while version 4.0.0 is also provided in the list of available versions for SpannerException documentation."],["SpannerException, which inherits from the standard Exception class, represents an error encountered while interacting with the Spanner database."],["SpannerException implements the ISerializable interface, and includes properties such as ErrorCode, IsRetryable, and RecommendedRetryDelay for detailed information about the exception."],["SpannerException has two constructors: one taking an ErrorCode and a string message, and another taking a Status object."],["The SpannerException class has a derived type SpannerBatchNonQueryException."]]],[]]