Task #3318
Mis à jour par Serge Heiden il y a plus de 2 ans
Currently in case of compilation error of an import module, TXM just say that the import module call ended with no additional information.
It is impossible to know what is happening from the point of view of the user.
h3. Solution
* change Add the current exception message adding to the exception current message
** "Import failed" ->
*** Le module d'import ne s'est pas terminé correctement. Il a rencontré l'erreur suivante "...".
*** The import module did not finish correctly. It encountered the following error "...".
It is impossible to know what is happening from the point of view of the user.
h3. Solution
* change Add the current exception message adding to the exception current message
** "Import failed" ->
*** Le module d'import ne s'est pas terminé correctement. Il a rencontré l'erreur suivante "...".
*** The import module did not finish correctly. It encountered the following error "...".