Feature #8
add some good, sane error handling
Status:
Closed
Priority:
Normal
Assignee:
-
Start date:
07/01/2021
Due date:
% Done:
100%
Estimated time:
Description
Storage accesses might sometimes fail (for example due to all available storage space being used up) and we could inform the user about it through some popup. There might also be some other places in the code where we could better handle errors (failure when fetching remote scripts?). We should thoroughly consider what is the most appropriate way to handle each possible exception.