BatchProcessingError constructor

BatchProcessingError(
  1. String message, {
  2. int? batchSize,
  3. List<String>? failedDocuments,
  4. Object? originalError,
})

Implementation

BatchProcessingError(
  this.message, {
  this.batchSize,
  this.failedDocuments,
  this.originalError,
});