public interface ServiceImportExcelResult extends IGovServiceResult
| Modifier and Type | Method and Description |
|---|---|
List<ServiceImportExcelDataError> |
getErrors()
Deprecated.
Returns all the errors during the import.
|
boolean |
hasError()
Deprecated.
Returns
true if there are errors during the import. |
getException, getExceptionMessage, hasFailedboolean hasError()
true if there are errors during the import. Otherwise returns false.List<ServiceImportExcelDataError> getErrors()