Closed fengelniederhammer closed 3 months ago
We should give the user more indication on what went wrong in the expected cases, i.e. throw more UserFacingErrors.
UserFacingError
Also, throwing an event would be useful so that the maintainer can catch and handle the error on a higher level if desired.
143 added an error boundary to our components. Most of the errors will however just be displayed as "Whoops, something went wrong".
We should give the user more indication on what went wrong in the expected cases, i.e. throw more
UserFacingError
s.