public class DmlBatchUpdateCountVerificationFailedException extends AbortedException
Exception thrown by a Connection when an automatic DML batch detects that one or more of
the update counts that it returned during the buffering of DML statements does not match with the
actual update counts that were returned after execution.
The actual update counts. These were returned by Spanner to the client when the DML statements
were actually executed, and are the update counts that the client application would have
received if auto-batching had not been enabled.
[[["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 2024-11-01 UTC."],[],[]]