This is mainly date + hash, which makes each of these errors unique.
For a development environment , you can disable it , as @Jost recommended.
But for production, it is important for it to turn on , so if some of your plugins or TS libraries do not work, it will not break the complete output and show βAn error has occurredβ without any information, but you now see the message with the code.
The real user of the site can tell you this code, and you can search for this code in the TYPO3 error log, which is by default located under typo3temp/logs/ , if you did not configure it differently.
Thus, this function really makes your life easier to find out user errors.
Viktor Livakivskyi
source share