In Spanner batched commands are executed sequentially in the order they are received.
If one command fails then the following commands won't be executed.
This exception contains the error code and error message corresponding to the command that failed.
It also contains the number of rows modified by each of the commands that executed successfully.
Properties
SuccessfulCommandResults
public IEnumerable<long> SuccessfulCommandResults { get; }
Returns the affected rows for each of the batch commands that executed succesfully.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis page provides documentation for the \u003ccode\u003eSpannerBatchNonQueryException\u003c/code\u003e class, which handles errors during batch non-query operations in the Spanner database.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSpannerBatchNonQueryException\u003c/code\u003e class inherits from \u003ccode\u003eSpannerException\u003c/code\u003e and implements \u003ccode\u003eISerializable\u003c/code\u003e, indicating it's a specialized type of exception that can be serialized.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes a \u003ccode\u003eSuccessfulCommandResults\u003c/code\u003e property, which provides a list of the number of rows modified by each command that executed successfully within a batch operation.\u003c/p\u003e\n"],["\u003cp\u003eThe exception indicates that when a batched command fails in Spanner, subsequent commands will not be executed and the error details of the failed command are included in this exception.\u003c/p\u003e\n"],["\u003cp\u003eThis class has a wide array of versions available, going from version 3.5.0 to the most recent beta release of 5.0.0-beta05, and it is part of the Google.Cloud.Spanner.Data namespace.\u003c/p\u003e\n"]]],[],null,[]]