Hi Rodrigo,
I would ask you why you want that?, you might expose (sensitive) information that a user of your application should not see.
Consider the following approach:
- Add an exception handler to catch database exceptions, and show a "friendly" message to the user using for example the feedback message. You can instruct the user to contact for example the application support engineer or the IT service desk.
- All error messages are Automatically logged in OutSystems. You can change the application general and error logs in Service Center for the details of an logged message.
Regards,
Daniel