Package ca.uhn.fhir.batch2.api
Interface IWarningProcessor
public interface IWarningProcessor
-
Method Summary
Modifier and TypeMethodDescriptionvoidrecoverWarningMessage(String theErrorMessage) Data Sink may invoke this method to indicate that an error occurred during processing in work chunks but that it is non-fatal and should be saved as a warning.
-
Method Details
-
recoverWarningMessage
Data Sink may invoke this method to indicate that an error occurred during processing in work chunks but that it is non-fatal and should be saved as a warning.- Parameters:
theErrorMessage- An error message to be processed.
-
getRecoveredWarningMessage
-