Package ddf.catalog.operation
Interface SourceProcessingDetails
- All Known Subinterfaces:
ProcessingDetails
public interface SourceProcessingDetails
The Interface SourceProcessingDetails is intended to capture the processing details (e.g.
warnings) of a
.
invalid reference
Source
-
Method Summary
Modifier and TypeMethodDescriptionGets the warnings associated with theinvalid reference
Source
-
Method Details
-
getWarnings
Gets the warnings associated with theinvalid reference
Source- Returns:
- the warnings associated with the
invalid reference
Source
-