You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/utilities/batch.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -261,7 +261,7 @@ All records in the batch will be passed to this handler for processing, even if
261
261
262
262
***All records successfully processed**. We will return an empty list of item failures `{'batchItemFailures': []}`
263
263
***Partial success with some exceptions**. We will return a list of all item IDs/sequence numbers that failed processing
264
-
***All records failed to be processed**. We will raise `BatchProcessingError` exception with a list of all exceptions raised when processing. This exception can be bypassed if you set `throwOnFullBatchFailure` option to `false`
264
+
***All records failed to be processed**. We will raise `BatchProcessingError` exception with a list of all exceptions raised when processing. This exception can be bypassed if you set `throwOnFullBatchFailure` option to `false`.
265
265
266
266
The following sequence diagrams explain how each Batch processor behaves under different scenarios.
0 commit comments