Package io.jmix.dataimport.result
Class EntityImportError
java.lang.Object
io.jmix.dataimport.result.EntityImportError
An object that contains the following details if an entity import fails:
- An instance of
ImportedDataItem
- Extracted entity
- Error message
- Error type:
EntityImportErrorType
-
Field Summary
Modifier and TypeFieldDescriptionprotected Object
protected String
protected EntityImportErrorType
protected ImportedDataItem
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionsetErrorMessage
(String errorMessage) setErrorType
(EntityImportErrorType errorType) setImportedDataItem
(ImportedDataItem importedDataItem)
-
Field Details
-
importedDataItem
-
errorMessage
-
errorType
-
entity
-
-
Constructor Details
-
EntityImportError
-
EntityImportError
public EntityImportError()
-
-
Method Details
-
getErrorMessage
-
setErrorMessage
-
getImportedDataItem
-
setImportedDataItem
-
getErrorType
-
setErrorType
-
getEntity
-
setEntity
-