Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Generic backend error messages are returned to the user upon failures in data import. Data Import should employ error codes and specific error messages for issues that occur frequently. This page contains error messages from the community Data Import Log Error Messages that need to be better. Data Import needs to present better user facing error messages that can assist with troubleshooting.

Design

Each Domain Owning Module; e.g. mod-inventory(Inventory), mod-orders(Orders), will be responsible to accurate depiction of issues that arise during a Data Import job. DI modules like mod-source-record-manager and mod-source-record-storage will produce their own messages and will not be responsible for presenting a user facing error from an exception generated somewhere in the DI pipeline. Domain Owning Modules that generate DI_ERROR events will be responsible for populate the error indicator in a Data Import Event Payload.

...