Class: Google::Cloud::Spanner::BatchUpdateError
- Inherits:
-
Error
- Object
- Error
- Google::Cloud::Spanner::BatchUpdateError
- Defined in:
- lib/google/cloud/spanner/errors.rb
Overview
BatchUpdateError
Includes the cause and the partial result set of row counts from a failed batch DML operation. Contains a cause error that provides service error type and message, and a list with the exact number of rows that were modified for each successful statement before the error.
Instance Attribute Summary collapse
-
#row_counts ⇒ Array<Integer>
readonly
A list with the exact number of rows that were modified for each successful statement.
Instance Attribute Details
#row_counts ⇒ Array<Integer> (readonly)
A list with the exact number of rows that were modified for each successful statement.
84 85 86 |
# File 'lib/google/cloud/spanner/errors.rb', line 84 def row_counts @row_counts end |