menu
dartpollo_generator package
documentation
optimization/batched_ast_processor.dart
BatchProcessingError
BatchProcessingError.new constructor
BatchProcessingError.new constructor
dark_mode
light_mode
BatchProcessingError
constructor
BatchProcessingError
(
String
message
, {
int
?
batchSize
,
List
<
String
>
?
failedDocuments
,
Object
?
originalError
,
})
Implementation
BatchProcessingError( this.message, { this.batchSize, this.failedDocuments, this.originalError, });
dartpollo_generator package
documentation
optimization/batched_ast_processor
BatchProcessingError
BatchProcessingError.new constructor
BatchProcessingError class