Interface SourceProcessingDetails

All Known Subinterfaces:
ProcessingDetails

public interface SourceProcessingDetails
The Interface SourceProcessingDetails is intended to capture the processing details (e.g. warnings) of a Source.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the warnings associated with the Source
  • Method Details

    • getWarnings

      List<String> getWarnings()
      Gets the warnings associated with the Source
      Returns:
      the warnings associated with the Source