You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SetterDetectionExceptions and other errors thrown during import, are added to the ImportResult entity. When the object manager is flushed after the import ends, and then throws an exception (in this case NotNullConstraintViolationException), it hides the issues root cause, which was the SetterDetectionException, preventing the field to be set.
The text was updated successfully, but these errors were encountered:
SetterDetectionExceptions
and other errors thrown during import, are added to theImportResult
entity. When the object manager is flushed after the import ends, and then throws an exception (in this caseNotNullConstraintViolationException
), it hides the issues root cause, which was the SetterDetectionException, preventing the field to be set.The text was updated successfully, but these errors were encountered: