When retrieving data through an integration, if an error occurs, I want to display a detailed error message to developers for debugging purposes. However, if an end-user encounters the same error, I prefer to show a user-friendly message that doesn't expose technical details.
Discussion posts and replies are publicly visible
I think that's a good idea. Developers like to look for errors in log files. So you could write a technical message to the logs, and show a friendly message to the user.
Hi Stefan Helzle ,how we can display error message differently to developer and user ..is there any function in appian,could you please help me with this