Files
bank-statement-import/account_statement_import_sheet_file/models
Katherine Zaoral c834e2cca1 [ADD] account_statement_import_txt_xlsx: show mapping error
If there is a problem parsing the file we are not showing the error
to the user, instead a generic message telling something is wrong
with the type of file is shown, and we only showing the error if
we are running unit tests.

In this case we think is good to show the error to the user, this
way they can check what is wrong and fix it in the sheet mapping.

* We are only showing the title of the error as a HINT, we think that is
  a good start to undestand what needs to change in the sheet mapping.
* The complete traceback error is shown in the log if we needed for more
  detail review from the technical teams.
2024-05-15 09:39:12 -03:00
..