I wanted to know is there any way to show error messages other than in the debug console.
For example in editor if the user authentication fails then is it possible to show a dialog showing the error instead in the debug console
I am trying to login a user and if it is successful I want to display a list of files otherwise I need a popup or a dialog which shows the authentication has failed.