public interface ExcelImportResult extends ServiceResult
Modifier and Type | Method and Description |
---|---|
List<ExcelImportDataError> |
getErrors()
Returns all the errors during the import.
|
boolean |
hasError()
Returns
true if there are errors during the import. |
getException, getExceptionMessage, hasFailed
boolean hasError()
true
if there are errors during the import. Otherwise returns false
.List<ExcelImportDataError> getErrors()