Albin-Rohde / no-name

No-name game
https://fasoner.party
1 stars 0 forks source link

Error messages reported from backend #166

Closed Albin-Rohde closed 1 year ago

Albin-Rohde commented 3 years ago

Now when frotend will catch and rethrow all error messages thrown from backend, we should make an effort to make those clean and end-user friendly to read.

*Edit With the new react redux frontend, We should be able to populate the Error Store with all errors thrown. Investigate this and see what we can do.

Use this card to track places where bad errors are sent:

List

-

Albin-Rohde commented 2 years ago

Errors are now thrown correctly in frontend. The backend should however make sure to send user friendly human readable errors at all Times. Unexposed errors should be avoided as much as possible. And when thrown should always be considered a bug that needs fixing.

Albin-Rohde commented 1 year ago

duplicate