Skip to main content
May 17, 2025
Question

Display error message

  • May 17, 2025
  • 7 replies
  • 0 views

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.

    7 replies

    stefanhelzle0001
    May 17, 2025

    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.

    May 17, 2025

    Hi [mention:a11f77a729fb4db2af76b09948583328:e9ed411860ed4f2ba0265705b8793d05] ,
    how we can display error message differently to developer and user ..is there any function in appian,could you please help me with this

    davidj137213
    May 17, 2025

    Store the techinical error in the database, and show a friendly error to the user in your interface

    If you need to show both errors in the interface, you should check if the logged user is technical or not.(check if the loggedin user belongs to developers group)