28 mErrors.append( error );
34 QStringList res = mErrors;
QgsProcessingBatchFeedback(int tasks, QgsProcessingFeedback *feedback)
Constructor for QgsProcessingBatchFeedback, for a process with the specified number of tasks.
QStringList popErrors()
Takes the current list of reported errors and clears the stored list of errors.
void reportError(const QString &error, bool fatalError=false) override
Reports that the algorithm encountered an error while executing.
Base class for providing feedback from a processing algorithm.
Processing feedback object for multi-step operations.
void reportError(const QString &error, bool fatalError=false) override
Reports that the algorithm encountered an error while executing.