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
Error handling is important, and it currently needs to be improved for better UI/UX in the svelte frontend (see here in brief).
We should throw custom defined error objects. These objects should contain a errorCode field (an enum of plain numbers), and provide handling functions that match the error code to produce a string error message, or to provide lower level information for application usage.
The text was updated successfully, but these errors were encountered:
Error handling is important, and it currently needs to be improved for better UI/UX in the svelte frontend (see here in brief).
We should throw custom defined error objects. These objects should contain a
errorCode
field (an enum of plain numbers), and provide handling functions that match the error code to produce a string error message, or to provide lower level information for application usage.The text was updated successfully, but these errors were encountered: