You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the repository browser only shows this
for any error in the data service.
We should probably create an interface that a user could format their errors into so the repository browser can show custom messages from the server.
We might also want to update it so that it fires off an event if there is an error so the user can handle the error in their own code. (Example: Showing a toast message)
The text was updated successfully, but these errors were encountered:
Currently the repository browser only shows this
for any error in the data service.
We should probably create an interface that a user could format their errors into so the repository browser can show custom messages from the server.
We might also want to update it so that it fires off an event if there is an error so the user can handle the error in their own code. (Example: Showing a toast message)
The text was updated successfully, but these errors were encountered: